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

Unified Diff: third_party/WebKit/Source/core/html/HTMLVideoElement.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/html/HTMLVideoElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
index 1a29fa90327d615b64f911ee10eec6e5c05ba76e..60caac0d3e032e3b8e6349d338adaf031654cc4f 100644
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
@@ -26,11 +26,11 @@
// https://html.spec.whatwg.org/#the-video-element
interface HTMLVideoElement : HTMLMediaElement {
- [CEReactions, Reflect] attribute unsigned long width;
- [CEReactions, Reflect] attribute unsigned long height;
- readonly attribute unsigned long videoWidth;
- readonly attribute unsigned long videoHeight;
- [CEReactions, Reflect, URL] attribute DOMString poster;
+ [Measure, CEReactions, Reflect] attribute unsigned long width;
+ [Measure, CEReactions, Reflect] attribute unsigned long height;
+ [Measure] readonly attribute unsigned long videoWidth;
+ [Measure] readonly attribute unsigned long videoHeight;
+ [Measure, CEReactions, Reflect, URL] attribute DOMString poster;
// Non-standard APIs
[RuntimeEnabled=PrefixedVideoFullscreen, DeprecateAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen;
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLUListElement.idl ('k') | third_party/WebKit/Source/core/html/TextMetrics.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698