aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron37/files/patch-ui_views_views__delegate.h
blob: f94db3330f07ea5ba28f562a0a5ee137ff4a6a69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/views_delegate.h.orig	2025-06-30 07:04:30 UTC
+++ ui/views/views_delegate.h
@@ -143,7 +143,7 @@ class VIEWS_EXPORT ViewsDelegate {
   // environment.
   virtual bool IsWindowInMetro(gfx::NativeWindow window) const;
 #elif BUILDFLAG(ENABLE_DESKTOP_AURA) && \
-    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS))
+    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD))
   virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
 #endif