aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_accessibility_platform_ax__platform__node.h
blob: 63d166f7751f3bf6a2b215685968948a0556d749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/accessibility/platform/ax_platform_node.h.orig	2016-05-11 19:02:35 UTC
+++ ui/accessibility/platform/ax_platform_node.h
@@ -22,7 +22,7 @@
 #define PLATFORM_HAS_AX_PLATFORM_NODE_IMPL 1
 #endif
 
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_X11)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS) && defined(USE_X11)
 #define PLATFORM_HAS_AX_PLATFORM_NODE_IMPL 1
 #endif