summaryrefslogtreecommitdiffstats
path: root/chromium/ui/views/views_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/views_switches.h')
-rw-r--r--chromium/ui/views/views_switches.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ui/views/views_switches.h b/chromium/ui/views/views_switches.h
index 9e5029476ef..0fb09db6632 100644
--- a/chromium/ui/views/views_switches.h
+++ b/chromium/ui/views/views_switches.h
@@ -15,6 +15,10 @@ namespace switches {
// Please keep alphabetized.
VIEWS_EXPORT extern const char kDisableViewsRectBasedTargeting[];
+#if defined(USE_X11) && !defined(OS_CHROMEOS)
+VIEWS_EXPORT extern const char kEnableTransparentVisuals[];
+#endif
+
// Returns true if rect-based targeting in views should be used.
VIEWS_EXPORT bool IsRectBasedTargetingEnabled();