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 b6ffa2dd437c77f79d9cec7292e4ba359d4aad43..d59480323b55e866eed47cf461273e10986e6962 100644 |
--- a/third_party/WebKit/Source/core/events/PointerEventFactory.h |
+++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h |
@@ -35,8 +35,9 @@ class CORE_EXPORT PointerEventFactory { |
LocalDOMWindow*); |
PointerEvent* Create(const WebTouchPoint&, |
- const Vector<WebTouchPoint>&, |
+ const Vector<std::pair<WebTouchPoint, TimeTicks>>&, |
WebInputEvent::Modifiers, |
+ TimeTicks event_platform_time_stamp, |
LocalFrame*, |
DOMWindow*); |