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

Unified Diff: sky/engine/core/page/EventHandler.h

Issue 774053003: Remove TouchAdjustment. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « sky/engine/core/frame/Settings.in ('k') | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/EventHandler.h
diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
index e79a29b22b6aa62c66c81f486f505547bfd69a56..9656997e428b5c616dc05c82afede42924315603 100644
--- a/sky/engine/core/page/EventHandler.h
+++ b/sky/engine/core/page/EventHandler.h
@@ -144,8 +144,6 @@ public:
bool handleGestureScrollEnd(const PlatformGestureEvent&);
bool isScrollbarHandlingGestures() const;
- bool bestClickableNodeForHitTestResult(const HitTestResult&, IntPoint& targetPoint, Node*& targetNode);
-
void setMouseDownMayStartAutoscroll() { m_mouseDownMayStartAutoscroll = true; }
static unsigned accessKeyModifiers();
@@ -188,7 +186,7 @@ private:
bool handlePasteGlobalSelection(const PlatformMouseEvent&);
HitTestRequest::HitTestRequestType getHitTypeForGestureType(PlatformEvent::Type);
- void applyTouchAdjustment(PlatformGestureEvent*, HitTestResult*);
+
bool handleGestureTap(const GestureEventWithHitTestResults&);
bool handleGestureLongPress(const GestureEventWithHitTestResults&);
bool handleGestureLongTap(const GestureEventWithHitTestResults&);
@@ -196,8 +194,6 @@ private:
bool handleGestureScrollBegin(const PlatformGestureEvent&);
void clearGestureScrollNodes();
- bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
-
OptionalCursor selectCursor(const HitTestResult&);
OptionalCursor selectAutoCursor(const HitTestResult&, Node*, const Cursor& iBeam);
« no previous file with comments | « sky/engine/core/frame/Settings.in ('k') | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698