Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Unified Diff: ui/views/corewm/compound_event_filter.cc

Issue 82463002: Invoke cursor-hiding logic on touch for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698