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

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

Issue 2547373002: Rename TouchEventAPI to TouchEventFeatureDetection (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into rename Created 4 years 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/GlobalEventHandlers.idl
diff --git a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
index e3e32ccb302ff810bed585a8998b64e4dd02d2a4..de33f3c341ff2ca7caa22fc7d35f7d8a2c329834 100644
--- a/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
+++ b/third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl
@@ -113,8 +113,8 @@
// Touch Events
// https://w3c.github.io/touch-events/#extensions-to-the-globaleventhandlers-interface
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchcancel;
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchend;
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchmove;
- [RuntimeEnabled=TouchEventAPI] attribute EventHandler ontouchstart;
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchcancel;
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchend;
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchmove;
+ [RuntimeEnabled=TouchEventFeatureDetection] attribute EventHandler ontouchstart;
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.idl ('k') | third_party/WebKit/Source/core/events/EventAliases.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698