| Index: ui/views/views_switches.h
|
| diff --git a/ui/views/views_switches.h b/ui/views/views_switches.h
|
| index 9e5029476efaf0a06c70fe65080c941a79c99a9c..0fb09db66320cca8c4c4ded51429b5bcbb477471 100644
|
| --- a/ui/views/views_switches.h
|
| +++ b/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();
|
|
|
|
|