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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.idl

Issue 2657723002: [Blink, Media] Added controlsList to HTMLMediaElement (Closed)
Patch Set: Encapsulated the keywords Created 3 years, 9 months 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/HTMLMediaElement.idl
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
index 2789e9a20c3b010f7ecca8889d23d143142010ae..7834be5950112f3cc129377841129e7830c42d4f 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
@@ -76,6 +76,7 @@ enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
// controls
[CEReactions, Reflect] attribute boolean controls;
+ [SameObject, PutForwards=value] readonly attribute DOMTokenList controlsList;
Rick Byers 2017/03/09 20:00:58 nit please add the spec link in a comment above th
[RaisesException=Setter] attribute double volume;
attribute boolean muted;
[CEReactions, Reflect=muted] attribute boolean defaultMuted;

Powered by Google App Engine
This is Rietveld 408576698