diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-11 22:34:10 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-07-14 13:31:32 -0400 |
commit | b913adab222a7a22fa651debf92aee428dd1ba28 (patch) | |
tree | 45c0387da36ab33974d8337f7f7250e589ea22cd /www-client/chromium/files | |
parent | www-client/chromium: beta channel bump to 84.0.4147.89 (diff) | |
download | gentoo-b913adab222a7a22fa651debf92aee428dd1ba28.tar.gz gentoo-b913adab222a7a22fa651debf92aee428dd1ba28.tar.bz2 gentoo-b913adab222a7a22fa651debf92aee428dd1ba28.zip |
www-client/chromium: remove unused patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16671
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-85-ozone-include.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/www-client/chromium/files/chromium-85-ozone-include.patch b/www-client/chromium/files/chromium-85-ozone-include.patch deleted file mode 100644 index 2441a2aca135..000000000000 --- a/www-client/chromium/files/chromium-85-ozone-include.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 - |