| 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 661a08bdf6f793585de8d07950e535353396dd1c..24b51291296dd3b2a69c8f0b67d5c48856551134 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -31,13 +31,13 @@ class CORE_EXPORT PointerEventFactory {
|
|
|
| PointerEvent* create(const AtomicString& mouseEventName,
|
| const PlatformMouseEvent&,
|
| + const Vector<PlatformMouseEvent>&,
|
| LocalDOMWindow*);
|
|
|
| - PointerEvent* create(const AtomicString& type,
|
| - const PlatformTouchPoint&,
|
| + PointerEvent* create(const PlatformTouchPoint&,
|
| + const Vector<PlatformTouchPoint>&,
|
| PlatformEvent::Modifiers,
|
| - const FloatSize& pointRadius,
|
| - const FloatPoint& clientPoint,
|
| + LocalFrame*,
|
| DOMWindow*);
|
|
|
| PointerEvent* createPointerCancelEvent(
|
|
|