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

Unified Diff: third_party/WebKit/Source/core/input/EventHandlingUtil.h

Issue 2936023002: MouseWheelEventManager is added to handle wheel events. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/core/input/EventHandlingUtil.h
diff --git a/third_party/WebKit/Source/core/input/EventHandlingUtil.h b/third_party/WebKit/Source/core/input/EventHandlingUtil.h
index 9e24c9a7a69a5bace3610f59fb7bd514a408b7cb..2536d2fd6ece77dbb06191d1fbb4049a2cf72ae3 100644
--- a/third_party/WebKit/Source/core/input/EventHandlingUtil.h
+++ b/third_party/WebKit/Source/core/input/EventHandlingUtil.h
@@ -43,6 +43,8 @@ MouseEventWithHitTestResults PerformMouseEventHitTest(LocalFrame*,
const HitTestRequest&,
const WebMouseEvent&);
+LocalFrame* SubframeForTargetNode(Node*);
+
class PointerEventTarget {
DISALLOW_NEW_EXCEPT_PLACEMENT_NEW();

Powered by Google App Engine
This is Rietveld 408576698