aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc
blob: 7ad29be00c3a8aa488703e97a02ffbe5b2030e1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig	2021-05-12 22:06:47 UTC
+++ ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc
@@ -851,7 +851,7 @@ bool DesktopWindowTreeHostPlatform::ShouldUseLayerForS
 // DesktopWindowTreeHost:
 
 // Linux subclasses this host and adds some Linux specific bits.
-#if !defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if !defined(OS_LINUX) && !defined(OS_CHROMEOS) && !defined(OS_BSD)
 // static
 DesktopWindowTreeHost* DesktopWindowTreeHost::Create(
     internal::NativeWidgetDelegate* native_widget_delegate,