summarylogtreecommitdiffstats
path: root/iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch
diff options
context:
space:
mode:
authorJustKidding2023-05-12 07:17:28 -0500
committerJustKidding2023-05-12 07:17:28 -0500
commit4eae77131d0f6cf13f01d111683c152938157457 (patch)
tree75a6ce96ec2b1f5878e81845aef372a64e37fb6c /iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch
parent0a64e771b141862e529cb52350db4f22b671d8c6 (diff)
downloadaur-4eae77131d0f6cf13f01d111683c152938157457.tar.gz
upgpkg: ungoogled-chromium 113.0.5672.92-1
upstream release
Diffstat (limited to 'iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch')
-rw-r--r--iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch b/iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch
new file mode 100644
index 000000000000..16beef6e8118
--- /dev/null
+++ b/iwyu-add-stdint.h-for-int-types-in-gpu_feature_info.patch
@@ -0,0 +1,28 @@
+From 2a7bf74bdb6348781dd4f3fbe9897969c4e7b819 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Tue, 11 Apr 2023 16:09:29 +0000
+Subject: [PATCH] IWYU: add stdint.h for int types in gpu_feature_info
+
+Bug: 957519
+Change-Id: Ic3bebb43bcbb3a04876e5fc35767af39b01afdd2
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4401097
+Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
+Reviewed-by: vikas soni <vikassoni@chromium.org>
+Cr-Commit-Position: refs/heads/main@{#1128679}
+---
+ gpu/config/gpu_feature_info.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/gpu/config/gpu_feature_info.h b/gpu/config/gpu_feature_info.h
+index d269ce2d825..45edc112dbc 100644
+--- a/gpu/config/gpu_feature_info.h
++++ b/gpu/config/gpu_feature_info.h
+@@ -5,6 +5,8 @@
+ #ifndef GPU_CONFIG_GPU_FEATURE_INFO_H_
+ #define GPU_CONFIG_GPU_FEATURE_INFO_H_
+
++#include <stdint.h>
++
+ #include <string>
+ #include <vector>
+