Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(802)

Unified Diff: third_party/WebKit/Source/core/events/PointerEventInit.idl

Issue 2718463003: Added spec link to PointerEvent (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [];
};
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698