summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <stha09@googlemail.com>2020-06-29 09:08:11 +0200
committerMike Gilbert <floppym@gentoo.org>2020-06-29 16:54:06 -0400
commita250152db47aca94418d17b02fed1c70dd826023 (patch)
tree7a35b2a942db7d0c5b24c442e6c25d1a6f4592b6 /www-client/chromium/files
parentdev-cpp/waylandpp: 0.2.8 version bump (diff)
downloadgentoo-a250152db47aca94418d17b02fed1c70dd826023.tar.gz
gentoo-a250152db47aca94418d17b02fed1c70dd826023.tar.bz2
gentoo-a250152db47aca94418d17b02fed1c70dd826023.zip
www-client/chromium: dev channel bump to 85.0.4181.8
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Stephan Hartmann <stha09@googlemail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-85-ozone-include.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-85-ozone-include.patch b/www-client/chromium/files/chromium-85-ozone-include.patch
new file mode 100644
index 000000000000..2441a2aca135
--- /dev/null
+++ b/www-client/chromium/files/chromium-85-ozone-include.patch
@@ -0,0 +1,24 @@
+From 9abbd7da1ddd8003106cc3420170561d475231a9 Mon Sep 17 00:00:00 2001
+From: Stephan Hartmann <stha09@googlemail.com>
+Date: Mon, 29 Jun 2020 13:01:27 +0000
+Subject: [PATCH] IWYU: add missing include for std::vector
+
+---
+ ui/ozone/public/platform_screen.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/ui/ozone/public/platform_screen.h b/ui/ozone/public/platform_screen.h
+index 9ce293c..ba20597 100644
+--- a/ui/ozone/public/platform_screen.h
++++ b/ui/ozone/public/platform_screen.h
+@@ -7,6 +7,7 @@
+
+ #include <set>
+ #include <string>
++#include <vector>
+
+ #include "base/component_export.h"
+ #include "base/macros.h"
+--
+2.26.2
+