blob: 7e21c3a634e98d13c988da3c84c3dddf095fd0f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ui/views/views_delegate.h.orig 2017-01-26 00:49:32 UTC
+++ ui/views/views_delegate.h
@@ -141,7 +141,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) && !defined(OS_CHROMEOS)
+#elif defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_FREEBSD)
virtual gfx::ImageSkia* GetDefaultWindowIcon() const;
#endif
|