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

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 55ebd370727a692a333d97ec80a5f5f4a9553925..e740b23cd56d6cfef65420d9f2eb41a8db521d88 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