| 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..24901702eeeec394be0f9b0e8fcf7058b7b3822a 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 secondary pointerevents (i.e. boundary and capture events) from
|
| + // another primary pointerevent (i.e. up/down/move events).
|
| + PointerEvent* createSecondaryPointerEvent(
|
| + PointerEvent*, const AtomicString&, EventTarget*);
|
| +
|
| static const int s_invalidId;
|
|
|
| int m_currentId;
|
|
|