| Index: ui/views/corewm/compound_event_filter.cc
|
| diff --git a/ui/views/corewm/compound_event_filter.cc b/ui/views/corewm/compound_event_filter.cc
|
| index efeca5cad2af9a23e421f88d986e7ab6cf73b84f..0816abe649f38769efa253528f3734c01b740a32 100644
|
| --- a/ui/views/corewm/compound_event_filter.cc
|
| +++ b/ui/views/corewm/compound_event_filter.cc
|
| @@ -78,7 +78,7 @@ bool ShouldHideCursorOnTouch() {
|
| // Not necessary on windows as windows does it for us. If we do need this
|
| // funcionality on linux (non-chromeos) we need to make sure
|
| // CompoundEventFilter shows on the right root (it currently doesn't always).
|
| - return false;
|
| + return true;
|
| #endif
|
| }
|
|
|
|
|