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

Unified Diff: ui/aura/root_window.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 | « ui/aura/env.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index 2666c811b7ad23bd0983b10cfd151b04a9760ea2..32bed2f75c29c56bf5c2dbe904432244cf719a04 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -369,6 +369,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// ui::EventFlags containing the current state of the mouse buttons.
int mouse_button_flags_;
+ // Touch ids that are currently down.
+ uint32 touch_ids_down_;
+
// Last cursor set. Used for testing.
gfx::NativeCursor last_cursor_;
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698