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

Unified Diff: third_party/WebKit/Source/core/events/PointerEvent.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 | « no previous file | third_party/WebKit/Source/core/events/PointerEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/PointerEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698