| 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 196f025b25b11f360288deecf088d5b1aa8cd499..9a133934d0abe68b0eda398f5d1ff529b968f730 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.idl
|
| @@ -87,7 +87,6 @@ enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
|
| [RaisesException] TextTrack addTextTrack(TextTrackKind kind, optional DOMString label = "", optional DOMString language = "");
|
|
|
| // Non-standard APIs
|
| - [RuntimeEnabled=PrefixedEncryptedMedia, DeprecateAs=CanPlayTypeKeySystem] DOMString canPlayType(DOMString type, [TreatUndefinedAs=NullString] DOMString? keySystem);
|
| // The number of bytes consumed by the media decoder.
|
| [MeasureAs=PrefixedAudioDecodedByteCount] readonly attribute unsigned long webkitAudioDecodedByteCount;
|
| [MeasureAs=PrefixedVideoDecodedByteCount] readonly attribute unsigned long webkitVideoDecodedByteCount;
|
|
|