| Index: Source/core/html/shadow/MediaControls.h
|
| diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
|
| index b9a87e53a06298cc20070248cf7c09fa20c74876..5d854331d7728f930fc8ee5b150d1cb753648f27 100644
|
| --- a/Source/core/html/shadow/MediaControls.h
|
| +++ b/Source/core/html/shadow/MediaControls.h
|
| @@ -59,6 +59,7 @@ public:
|
| void changedClosedCaptionsVisibility();
|
| void refreshClosedCaptionsButtonVisibility();
|
| void textTracksChanged();
|
| + void timelineKnobDragged();
|
|
|
| void enteredFullscreen();
|
| void exitedFullscreen();
|
| @@ -111,6 +112,8 @@ private:
|
| virtual void defaultEventHandler(Event*) override;
|
| bool containsRelatedTarget(Event*);
|
|
|
| + bool isInactiveElement(Node*) const;
|
| +
|
| RawPtrWillBeMember<HTMLMediaElement> m_mediaElement;
|
|
|
| // Container for the media control elements.
|
|
|