| 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 13118ce8f8a6d3fc2a8263085375c465f222ff2d..951968befedee00d3bfcdabdf29438bb9c7b45f0 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventFactory.h
|
| @@ -102,6 +102,11 @@ private:
|
| unsigned buttons);
|
| void setBubblesAndCancelable(PointerEventInit&, const AtomicString& type);
|
|
|
| + // Creates pointerevents like boundary and capture events from another
|
| + // pointerevent (i.e. up/down/move events).
|
| + PointerEvent* createPointerEventFrom(
|
| + PointerEvent*, const AtomicString&, EventTarget*);
|
| +
|
| static const int s_invalidId;
|
|
|
| int m_currentId;
|
|
|