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 |