blob: 3b7a8d1647ec1992cbc4b908668442f0c70b031c (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | --- ui/views/views_delegate.h.orig	2014-10-02 17:19:03 UTC
+++ ui/views/views_delegate.h
@@ -98,7 +98,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
 
 |