Chromium Code Reviews| 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; |