| Index: ui/views/views_switches.cc
|
| diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc
|
| index 342deeec600b144c67a6835480f375485cf9a050..df711c8ab54d8d4d9b5040ced624f3c3e605404a 100644
|
| --- a/ui/views/views_switches.cc
|
| +++ b/ui/views/views_switches.cc
|
| @@ -26,7 +26,7 @@ const char kEnableTransparentVisuals[] = "enable-transparent-visuals";
|
| #endif
|
|
|
| bool IsRectBasedTargetingEnabled() {
|
| -#if defined(OS_CHROMEOS) || defined(OS_WIN)
|
| +#if defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_LINUX)
|
| return !CommandLine::ForCurrentProcess()->
|
| HasSwitch(kDisableViewsRectBasedTargeting);
|
| #else
|
|
|