blob: a31b6800d819974a54a02efba99c1760f7ba4894 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- content/browser/accessibility/browser_accessibility.h.orig 2017-04-19 19:06:33 UTC
+++ content/browser/accessibility/browser_accessibility.h
@@ -40,7 +40,7 @@
#define PLATFORM_HAS_NATIVE_ACCESSIBILITY_IMPL 1
#endif
-#if defined(OS_LINUX) && defined(USE_X11) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) || defined(OS_BSD)) && defined(USE_X11) && !defined(OS_CHROMEOS)
#define PLATFORM_HAS_NATIVE_ACCESSIBILITY_IMPL 1
#endif
|