| 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 1a6fef3bf4b538fc58c484921975bc258fa17eac..7f58245089244e9262dafd2b389c054a4197b2a9 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/PointerEvent.idl
|
| @@ -19,5 +19,6 @@
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute DOMString pointerType;
|
| [MeasureAs=PointerEventAttributeCount] readonly attribute boolean isPrimary;
|
|
|
| + // https://w3c.github.io/pointerevents/extension.html#extensions-to-the-pointerevent-interface
|
| [RuntimeEnabled=CoalescedEvents] sequence<PointerEvent> getCoalescedEvents();
|
| };
|
|
|