| Index: third_party/WebKit/Source/core/events/PointerEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEvent.idl b/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| index a2f6e3814e643fb023e5bdecf5e09f63b32e0d69..7370d3767a3b2f3f4dbc8a90e5c93d69793c8af6 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| @@ -16,4 +16,6 @@
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute long tiltY;
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute DOMString pointerType;
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute boolean isPrimary;
|
| +
|
| + [RuntimeEnabled=CoalescedEvents] sequence<PointerEvent> getCoalescedEvents();
|
| };
|
|
|