summarylogtreecommitdiffstats
path: root/chromium-112-gcc-13-0016-cc-targetproperty.patch
blob: 951a22aafcf869e22a7e157d92e1af21840897be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
https://chromium-review.googlesource.com/c/chromium/src/+/4406545

From e80fc92c8ac9f727486bddeb964206fe7a52fac5 Mon Sep 17 00:00:00 2001
From: Stephan Hartmann <stha09@googlemail.com>
Date: Mon, 10 Apr 2023 15:44:41 +0000
Subject: [PATCH] IWYU: add stdint.h for uint32_t in cc::TargetProperty

Change-Id: If8b3a9cdf0d310391aeed3abf303e2ea054697b1
Bug: 957519
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4406545
Reviewed-by: Stefan Zager <szager@chromium.org>
Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
Cr-Commit-Position: refs/heads/main@{#1128159}
--- a/cc/trees/target_property.cc
+++ b/cc/trees/target_property.cc
@@ -4,6 +4,8 @@
 
 #include "cc/trees/target_property.h"
 
+#include <stdint.h>
+
 #include "ui/gfx/animation/keyframe/target_property.h"
 
 namespace cc {