Index: third_party/WebKit/Source/core/events/PointerEventFactory.h |
diff --git a/third_party/WebKit/Source/core/events/PointerEventFactory.h b/third_party/WebKit/Source/core/events/PointerEventFactory.h |
index 0d6ac76ba404589d391b0b0fd4483fc00642ba8b..b278db7610edff248d615edeb9d5e5117a947c60 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h |
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h |
@@ -34,8 +34,8 @@ class CORE_EXPORT PointerEventFactory { |
const Vector<PlatformMouseEvent>&, |
LocalDOMWindow*); |
- PointerEvent* create(const PlatformTouchPoint&, |
- const Vector<PlatformTouchPoint>&, |
+ PointerEvent* create(const WebTouchPoint&, |
+ const Vector<WebTouchPoint>&, |
PlatformEvent::Modifiers, |
LocalFrame*, |
DOMWindow*); |