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

Unified Diff: ui/aura/aura_switches.h

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 | « no previous file | ui/aura/aura_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_switches.h
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h
index ad14a865ca791a84dc83a7e601f1270f392263a5..d78e27a0389594fc12fcbb96ea4e03ec6a210499 100644
--- a/ui/aura/aura_switches.h
+++ b/ui/aura/aura_switches.h
@@ -12,6 +12,7 @@ namespace switches {
// Please keep alphabetized.
AURA_EXPORT extern const char kAuraDisableHoldMouseMoves[];
+AURA_EXPORT extern const char kAuraDisableMouseEventsFromTouch[];
AURA_EXPORT extern const char kAuraHostWindowSize[];
AURA_EXPORT extern const char kAuraHostWindowUseFullscreen[];
« no previous file with comments | « no previous file | ui/aura/aura_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698