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

Unified Diff: third_party/WebKit/Source/core/html/track/AudioTrack.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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/track/AudioTrack.idl
diff --git a/third_party/WebKit/Source/core/html/track/AudioTrack.idl b/third_party/WebKit/Source/core/html/track/AudioTrack.idl
index b0466f071a145053d1d94cab39afc20b5d4493f9..bf8e71d1228b66117591f34ed369c78aa29b6aaf 100644
--- a/third_party/WebKit/Source/core/html/track/AudioTrack.idl
+++ b/third_party/WebKit/Source/core/html/track/AudioTrack.idl
@@ -8,9 +8,9 @@
RuntimeEnabled=AudioVideoTracks,
SetWrapperReferenceFrom=owner,
] interface AudioTrack {
- readonly attribute DOMString id;
- readonly attribute DOMString kind;
- readonly attribute DOMString label;
- readonly attribute DOMString language;
- attribute boolean enabled;
+ [Measure] readonly attribute DOMString id;
+ [Measure] readonly attribute DOMString kind;
+ [Measure] readonly attribute DOMString label;
+ [Measure] readonly attribute DOMString language;
+ [Measure] attribute boolean enabled;
};
« no previous file with comments | « third_party/WebKit/Source/core/html/ValidityState.idl ('k') | third_party/WebKit/Source/core/html/track/AudioTrackList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698