13 lines
474 B
Text
13 lines
474 B
Text
|
Index: ui/views/views_delegate.h
|
||
|
--- ui/views/views_delegate.h.orig
|
||
|
+++ ui/views/views_delegate.h
|
||
|
@@ -139,7 +139,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
|
||
|
|