| Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
|
| index 25cb09d2d5abbdf7785fa6ee2fe7763046dd719d..13e2b5ea57d958d7579ad1896e378a31b7fee0f2 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
|
| +++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl
|
| @@ -60,6 +60,12 @@ enum AppendMode {
|
| // Presentation timestamp for the end of append window.
|
| [RaisesException=Setter] attribute unrestricted double appendWindowEnd;
|
|
|
| + attribute EventHandler onupdatestart;
|
| + attribute EventHandler onupdate;
|
| + attribute EventHandler onupdateend;
|
| + attribute EventHandler onerror;
|
| + attribute EventHandler onabort;
|
| +
|
| // Append segment data.
|
| [RaisesException] void appendBuffer(ArrayBuffer data);
|
| [RaisesException] void appendBuffer(ArrayBufferView data);
|
|
|