summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_views__delegate.h
blob: b5bdee958617ecfea52c4a8ea46447744912313b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/views_delegate.h.orig	2020-02-03 21:53:14 UTC
+++ ui/views/views_delegate.h
@@ -131,7 +131,7 @@ class VIEWS_EXPORT ViewsDelegate {
   // Returns true if the window passed in is in the Windows 8 metro
   // environment.
   virtual bool IsWindowInMetro(gfx::NativeWindow window) const;
-#elif defined(OS_LINUX) && BUILDFLAG(ENABLE_DESKTOP_AURA)
+#elif (defined(OS_LINUX) || defined(OS_BSD)) && BUILDFLAG(ENABLE_DESKTOP_AURA)
   virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
 #endif