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

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

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. 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/ElementFullscreen.idl
diff --git a/third_party/WebKit/Source/core/dom/ElementFullscreen.idl b/third_party/WebKit/Source/core/dom/ElementFullscreen.idl
index e27ee3d0367850918e1a99e0f6eb29310c2df39d..c20b3629543328c511b585c9efaba20e574980c1 100644
--- a/third_party/WebKit/Source/core/dom/ElementFullscreen.idl
+++ b/third_party/WebKit/Source/core/dom/ElementFullscreen.idl
@@ -5,7 +5,7 @@
// https://fullscreen.spec.whatwg.org/#api
partial interface Element {
- [RuntimeEnabled=FullscreenUnprefixed] void requestFullscreen();
+ [Measure, RuntimeEnabled=FullscreenUnprefixed] void requestFullscreen();
// Mozilla version
[LogActivity, LogAllWorlds, MeasureAs=PrefixedElementRequestFullScreen, ImplementedAs=webkitRequestFullscreen] void webkitRequestFullScreen();
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.idl ('k') | third_party/WebKit/Source/core/dom/GlobalEventHandlers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698