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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.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/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
index 7998203599e2ee50d3a532da71b5157aa70a7aed..a5c87161760803875964085767ae93117a181b56 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
@@ -3,8 +3,8 @@
// found in the LICENSE file.
partial interface HTMLMediaElement {
- readonly attribute MediaKeys mediaKeys;
- [CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
- attribute EventHandler onencrypted;
- attribute EventHandler onwaitingforkey;
+ [Measure] readonly attribute MediaKeys mediaKeys;
+ [Measure, CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
+ [Measure] attribute EventHandler onencrypted;
+ [Measure] attribute EventHandler onwaitingforkey;
};

Powered by Google App Engine
This is Rietveld 408576698