blob: 90d0e4d91a681cb29b81f38e7ae14413466cadbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/views_delegate.h.orig 2022-02-28 16:54:41 UTC
+++ 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
|