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

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

Issue 137123009: Add hittest mode for Touch-action which ignore inline elements and svg elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incoporated review comments Created 6 years, 10 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 | Source/core/page/EventHandler.cpp » ('j') | Source/web/tests/TouchActionTest.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index 23316e2bf17117eb34287c934d81741998f37b47..4a8af2e9eb47d637d1b2a576aa1ba39cba02d9eb 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -244,7 +244,7 @@ private:
bool dispatchSyntheticTouchEventIfEnabled(const PlatformMouseEvent&);
TouchAction intersectTouchAction(const TouchAction, const TouchAction);
- TouchAction computeEffectiveTouchAction(const Node&);
+ TouchAction computeEffectiveTouchAction(const LayoutPoint&);
bool handleMouseEventAsEmulatedGesture(const PlatformMouseEvent&);
bool handleWheelEventAsEmulatedGesture(const PlatformWheelEvent&);
« no previous file with comments | « no previous file | Source/core/page/EventHandler.cpp » ('j') | Source/web/tests/TouchActionTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698