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

Unified Diff: Source/core/page/EventHandler.h

Issue 1144313003: Added PointerEvent firing on touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed the gyp rule for nuked ThreadLocalEventNames.h Created 5 years, 6 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
Index: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index a2314445140e2e5224e4b092500258fd976636db..6aa8e77a34c6ac3a44238992454fb0fd3b474e11 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -401,6 +401,7 @@ private:
RefPtr<UserGestureToken> m_touchSequenceUserGestureToken;
bool m_touchPressed;
+ WillBeHeapHashMap<String, unsigned> m_primaryIdByPointerType;
Rick Byers 2015/06/11 04:14:56 Since you're not holding garbage collected types h
mustaq 2015/06/12 16:05:24 Done.
RefPtrWillBeMember<Node> m_scrollGestureHandlingNode;
bool m_lastGestureScrollOverWidget;

Powered by Google App Engine
This is Rietveld 408576698