| Index: third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PointerEventInit.idl b/third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| index 049adc7d03e0244c18fc9051e78b53e77cd787dc..2cd7d445b6930a9a1c7a9bc85208160ab33f13db 100644
|
| --- a/third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/PointerEventInit.idl
|
| @@ -16,5 +16,6 @@ dictionary PointerEventInit : MouseEventInit {
|
| DOMString pointerType = "";
|
| boolean isPrimary = false;
|
|
|
| + // https://w3c.github.io/pointerevents/extension.html#extensions-to-the-pointerevent-interface
|
| [RuntimeEnabled=CoalescedEvents] sequence<PointerEvent> coalescedEvents = [];
|
| };
|
|
|