| 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 b2046b6cbf97cd441b9544e5aaa4bb1c7126c58c..4d04fc60e4f9e5605b3bba381c8c5dd22e96cc17 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/MediaControls.h
|
| @@ -159,6 +159,8 @@ class CORE_EXPORT MediaControls final : public HTMLDivElement {
|
| bool containsRelatedTarget(Event*);
|
|
|
| // Methods called by MediaControlsMediaEventListener.
|
| + void onInsertedIntoDocument();
|
| + void onRemovedFromDocument();
|
| void onVolumeChange();
|
| void onFocusIn();
|
| void onTimeUpdate();
|
|
|