| 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 afc7962b23e8e77bf01c24992f299e952376c63a..0d6ac76ba404589d391b0b0fd4483fc00642ba8b 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(
|
|
|