mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
11 lines
455 B
C
11 lines
455 B
C
--- ui/views/views_delegate.h.orig 2021-07-15 19:14:08 UTC
|
|
+++ ui/views/views_delegate.h
|
|
@@ -137,7 +137,7 @@ class VIEWS_EXPORT ViewsDelegate {
|
|
// environment.
|
|
virtual bool IsWindowInMetro(gfx::NativeWindow window) const;
|
|
#elif BUILDFLAG(ENABLE_DESKTOP_AURA) && \
|
|
- (defined(OS_LINUX) || defined(OS_CHROMEOS))
|
|
+ (defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD))
|
|
virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
|
|
#endif
|
|
|