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

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

Issue 1170513002: Update the mouse events on tapping of gesture across frames (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/input/EventHandler.h
diff --git a/Source/core/input/EventHandler.h b/Source/core/input/EventHandler.h
index 70a65eccc88a2962ccccd745e06409b5b06f3567..7a36b296661b4aca3dfc51e6c8371998c40435fe 100644
--- a/Source/core/input/EventHandler.h
+++ b/Source/core/input/EventHandler.h
@@ -232,6 +232,8 @@ private:
bool handleGestureScrollBegin(const PlatformGestureEvent&);
void clearGestureScrollNodes();
+ void updateGestureTargetNodeForMouseEvent(const GestureEventWithHitTestResults&);
+
bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
OptionalCursor selectCursor(const HitTestResult&);

Powered by Google App Engine
This is Rietveld 408576698