- Update to 87.0.4280.66 bsc#1178923 - CVE-2020-16018: Use after free in payments. - CVE-2020-16019: Inappropriate implementation in filesystem. - CVE-2020-16020: Inappropriate implementation in cryptohome. - CVE-2020-16021: Race in ImageBurner. - CVE-2020-16022: Insufficient policy enforcement in networking. - CVE-2020-16015: Insufficient data validation in WASM. R - CVE-2020-16014: Use after free in PPAPI. - CVE-2020-16023: Use after free in WebCodecs. - CVE-2020-16024: Heap buffer overflow in UI. - CVE-2020-16025: Heap buffer overflow in clipboard. - CVE-2020-16026: Use after free in WebRTC. - CVE-2020-16027: Insufficient policy enforcement in developer tools. R - CVE-2020-16028: Heap buffer overflow in WebRTC. - CVE-2020-16029: Inappropriate implementation in PDFium. - CVE-2020-16030: Insufficient data validation in Blink. - CVE-2019-8075: Insufficient data validation in Flash. - CVE-2020-16031: Incorrect security UI in tab preview. - CVE-2020-16032: Incorrect security UI in sharing. - CVE-2020-16033: Incorrect security UI in WebUSB. - CVE-2020-16034: Inappropriate implementation in WebRTC. - CVE-2020-16035: Insufficient data validation in cros-disks. - CVE-2020-16012: Side-channel information leakage in graphics. - CVE-2020-16036: Inappropriate implementation in cookies. OBS-URL: https://build.opensuse.org/request/show/849496 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1500
37 lines
1.2 KiB
Diff
37 lines
1.2 KiB
Diff
From c4f6e8cd34a245c3640b86a91c9694d69594d80b Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Wed, 16 Sep 2020 15:05:02 +0000
|
|
Subject: [PATCH] IWYU: ui::CursorFactory is now required independent from
|
|
Ozone
|
|
|
|
---
|
|
.../ui/views/chrome_browser_main_extra_parts_views_linux.cc | 5 +----
|
|
1 file changed, 1 insertion(+), 4 deletions(-)
|
|
|
|
diff --git a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
|
index 5a97d61..ccedd2a 100644
|
|
--- a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
|
+++ b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
|
@@ -7,6 +7,7 @@
|
|
#include "chrome/browser/themes/theme_service_aura_linux.h"
|
|
#include "chrome/browser/ui/browser_list.h"
|
|
#include "chrome/browser/ui/views/theme_profile_key.h"
|
|
+#include "ui/base/cursor/cursor_factory.h"
|
|
#include "ui/display/screen.h"
|
|
#include "ui/views/linux_ui/linux_ui.h"
|
|
|
|
@@ -15,10 +16,6 @@
|
|
#include "ui/gtk/gtk_ui_delegate.h"
|
|
#endif
|
|
|
|
-#if defined(USE_OZONE)
|
|
-#include "ui/base/cursor/cursor_factory.h"
|
|
-#endif
|
|
-
|
|
#if defined(USE_X11)
|
|
#include "ui/gfx/x/connection.h" // nogncheck
|
|
#if BUILDFLAG(USE_GTK)
|
|
--
|
|
2.26.2
|
|
|