aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc
blob: a907628f5f23ff2faf1bad0ec90b5bf79ea7d396 (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-04-14 18:41:39 UTC
+++ ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc
@@ -836,7 +836,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,