blob: 13091850cd9edc798fb85d5a20b6ca2283332347 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./ui/views/views_delegate.h.orig 2014-08-12 21:02:26.000000000 +0200
+++ ./ui/views/views_delegate.h 2014-08-13 09:57:00.000000000 +0200
@@ -94,7 +94,7 @@
// 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
|