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

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

Issue 2650403006: Remove PlatformMouseEvent and use WebMouseEvent instead (Closed)
Patch Set: Created 3 years, 11 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 558ae12dc8988460c665bad368236c6286fdf388..8e45b6bf6b6110aa52f0a8ff65c5a3321f5c8f03 100644
--- a/third_party/WebKit/Source/core/input/EventHandlingUtil.h
+++ b/third_party/WebKit/Source/core/input/EventHandlingUtil.h
@@ -36,10 +36,9 @@ ContainerNode* parentForClickEvent(const Node&);
LayoutPoint contentPointFromRootFrame(LocalFrame*,
const IntPoint& pointInRootFrame);
-MouseEventWithHitTestResults performMouseEventHitTest(
- LocalFrame*,
- const HitTestRequest&,
- const PlatformMouseEvent&);
+MouseEventWithHitTestResults performMouseEventHitTest(LocalFrame*,
+ const HitTestRequest&,
+ const WebMouseEvent&);
} // namespace EventHandlingUtil

Powered by Google App Engine
This is Rietveld 408576698