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

Unified Diff: ui/aura/aura_switches.cc

Issue 10448102: Adds switch to disable generating mouse events from touch events and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove released and fix bug in GestureRecognizerImpl Created 8 years, 7 months 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
« no previous file with comments | « ui/aura/aura_switches.h ('k') | ui/aura/env.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_switches.cc
diff --git a/ui/aura/aura_switches.cc b/ui/aura/aura_switches.cc
index f0ec044e38a2aaef68f4025afb52ef04e8d7c378..7a0a764a445528508b648314f318c56da05236c1 100644
--- a/ui/aura/aura_switches.cc
+++ b/ui/aura/aura_switches.cc
@@ -11,6 +11,10 @@ namespace switches {
// Enable the holding of mouse movements in order to throttle window resizing.
const char kAuraDisableHoldMouseMoves[] = "aura-disable-hold-mouse-moves";
+// If set gesture events do not generate mouse events.
+const char kAuraDisableMouseEventsFromTouch[] =
+ "aura-disable-mouse-events-from-touch";
+
// Initial dimensions for the host window in the form "1024x768".
const char kAuraHostWindowSize[] = "aura-host-window-size";
« no previous file with comments | « ui/aura/aura_switches.h ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698