| Index: Source/core/html/shadow/MediaControls.h
|
| diff --git a/Source/core/html/shadow/MediaControls.h b/Source/core/html/shadow/MediaControls.h
|
| index 18234b7c5f29d6588a82cb054c211926062defd1..dd2b2c3fc67f3e99dfb17ac27e914f6c002bab6c 100644
|
| --- a/Source/core/html/shadow/MediaControls.h
|
| +++ b/Source/core/html/shadow/MediaControls.h
|
| @@ -110,6 +110,8 @@ private:
|
| virtual void defaultEventHandler(Event*) override;
|
| bool containsRelatedTarget(Event*);
|
|
|
| + bool isInactiveElement(Node*) const;
|
| +
|
| RawPtrWillBeMember<HTMLMediaElement> m_mediaElement;
|
|
|
| // Container for the media control elements.
|
|
|