summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_browser_accessibility_browser__accessibility.h
blob: 67a5fa03e1a02cde3fe42c74fded745aa35254d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/browser/accessibility/browser_accessibility.h.orig	2017-06-05 19:03:06 UTC
+++ content/browser/accessibility/browser_accessibility.h
@@ -42,7 +42,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