mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
Approved by: rene (mentor, implicit) Security: https://vuxml.freebsd.org/freebsd/246174d3-e979-11ed-8290-a8a1599412c6.html
11 lines
625 B
C
11 lines
625 B
C
--- ui/views/widget/widget.h.orig 2023-04-28 17:01:32 UTC
|
|
+++ ui/views/widget/widget.h
|
|
@@ -410,7 +410,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
|