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

Unified Diff: third_party/WebKit/Source/core/dom/Element.idl

Issue 2921923002: Remove chrome://flag enable-pointer-events (Closed)
Patch Set: Rebase Created 3 years, 6 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
Index: third_party/WebKit/Source/core/dom/Element.idl
diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
index 47867a1e87d24b59fa69f1a172a5b69207cb357f..0523df6d4bf615b641b82663621e73d76c805a82 100644
--- a/third_party/WebKit/Source/core/dom/Element.idl
+++ b/third_party/WebKit/Source/core/dom/Element.idl
@@ -38,9 +38,9 @@ interface Element : Node {
// Pointer Events
// https://w3c.github.io/pointerevents/#extensions-to-the-element-interface
- [RuntimeEnabled=PointerEvent, RaisesException] void setPointerCapture (long pointerId);
- [RuntimeEnabled=PointerEvent, RaisesException] void releasePointerCapture (long pointerId);
- [RuntimeEnabled=PointerEvent] boolean hasPointerCapture (long pointerId);
+ [RaisesException] void setPointerCapture (long pointerId);
+ [RaisesException] void releasePointerCapture (long pointerId);
+ boolean hasPointerCapture (long pointerId);
boolean hasAttributes();
[SameObject, PerWorldBindings, ImplementedAs=attributesForBindings] readonly attribute NamedNodeMap attributes;
« no previous file with comments | « testing/variations/fieldtrial_testing_config.json ('k') | third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698