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

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, 5 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 4d6a09be14dbfd3b69fb8bdfd4ca4b0a88bab93c..2131d744a4115d0c06bb5c81fd98ab8a3b03eead 100644
--- a/Source/core/input/EventHandler.h
+++ b/Source/core/input/EventHandler.h
@@ -239,6 +239,8 @@ private:
bool handleGestureScrollBegin(const PlatformGestureEvent&);
void clearGestureScrollState();
+ void updateGestureTargetNodeForMouseEvent(const GestureEventWithHitTestResults&);
+
bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
OptionalCursor selectCursor(const HitTestResult&);

Powered by Google App Engine
This is Rietveld 408576698