| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index f37520055276994ad36dd12ae0a6b533879357ca..97b51ca20dc524b43784c32ed43eb0f808276c95 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -102,8 +102,6 @@ public:
|
| };
|
| void scheduleDelayedAction(DelayedActionType);
|
|
|
| - bool isActive() const { return m_active; }
|
| -
|
| bool hasRemoteRoutes() const { return m_remoteRoutesAvailable; }
|
| bool isPlayingRemotely() const { return m_playingRemotely; }
|
|
|
| @@ -554,7 +552,6 @@ private:
|
| bool m_playing : 1;
|
| bool m_shouldDelayLoadEvent : 1;
|
| bool m_haveFiredLoadedData : 1;
|
| - bool m_active : 1;
|
| bool m_autoplaying : 1;
|
| bool m_muted : 1;
|
| bool m_paused : 1;
|
|
|