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
|
|
|