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

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

Issue 103823003: Implement touch-action pan-x/pan-y handling on the main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@issue1
Patch Set: incorporated review comments Created 7 years 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') | no next file with comments »
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
old mode 100644
new mode 100755
index 183a4acb46c01ba6bfc5a990b9a2aee7e356c7b9..831c5a790bb59824ece5c5ca4bb745aa8fbac1ab
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -228,6 +228,8 @@ private:
ScrollableArea* associatedScrollableArea(const RenderLayer*) const;
bool dispatchSyntheticTouchEventIfEnabled(const PlatformMouseEvent&);
+
+ TouchAction intersectTouchAction(const TouchAction, const TouchAction);
TouchAction computeEffectiveTouchAction(const Node&);
bool handleMouseEventAsEmulatedGesture(const PlatformMouseEvent&);
« no previous file with comments | « no previous file | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698