aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_accessibility_platform_ax__platform__node.h
blob: 801c06f915bc253e4f50f3063ddf05523a944f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/accessibility/platform/ax_platform_node.h.orig	2017-04-19 19:06:54 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