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

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

Issue 2657723002: [Blink, Media] Added controlsList to HTMLMediaElement (Closed)
Patch Set: Created 3 years, 11 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..bb74721f7946136051dcf2d9b11deb26c5bab062 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;
+ [CEReactions, SameObject, PutForwards=value] readonly attribute DOMTokenList controlsList;
[RaisesException=Setter] attribute double volume;
attribute boolean muted;
[CEReactions, Reflect=muted] attribute boolean defaultMuted;

Powered by Google App Engine
This is Rietveld 408576698