summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_widget_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_views_widget_widget.h')
-rw-r--r--www/chromium/files/patch-ui_views_widget_widget.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-ui_views_widget_widget.h b/www/chromium/files/patch-ui_views_widget_widget.h
deleted file mode 100644
index 194c34c4af5d..000000000000
--- a/www/chromium/files/patch-ui_views_widget_widget.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/views/widget/widget.h.orig 2024-04-19 13:02:56 UTC
-+++ ui/views/widget/widget.h
-@@ -427,7 +427,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid
- // If set, the widget was created in headless mode.
- bool headless_mode = false;
-
--#if defined(USE_AURA) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+#if defined(USE_AURA) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD))
- // Indicates whether the desktop native widget is required for the widget.
- // This may enforce changing the type of the underlying platform window.
- // See crbug.com/1280332