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

Unified Diff: third_party/WebKit/Source/core/input/TouchEventManager.h

Issue 2475443004: Add use counter when touch-action isn't used when preventDefault'd. (Closed)
Patch Set: Whoops missed updating a file Created 4 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: third_party/WebKit/Source/core/input/TouchEventManager.h
diff --git a/third_party/WebKit/Source/core/input/TouchEventManager.h b/third_party/WebKit/Source/core/input/TouchEventManager.h
index 9f08be84ebb184df1b4c8afa9a4385a8b24a19cc..a83faeb8e92bb900de0899d43572f7eb8a14db35 100644
--- a/third_party/WebKit/Source/core/input/TouchEventManager.h
+++ b/third_party/WebKit/Source/core/input/TouchEventManager.h
@@ -108,6 +108,7 @@ class CORE_EXPORT TouchEventManager
bool m_touchScrollStarted;
// The touch event currently being handled or NoType if none.
PlatformEvent::EventType m_currentEvent;
+ TouchAction m_currentTouchAction;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698