| Index: third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/MediaControls.h b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| index 636e41a7b01a3adf95c92ca3b93eaf24ae0ce964..5112210f4c3a7b180a07304b49295f12396858b9 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -160,6 +160,8 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| void onPause();
|
| void onTextTracksAddedOrRemoved();
|
| void onTextTracksChanged();
|
| + void onError();
|
| + void onLoadedMetadata();
|
|
|
| Member<HTMLMediaElement> m_mediaElement;
|
|
|
|
|