| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index 196d419df8182c6e984e836a61e504e9a5ddf82b..89a98cafb541714801b439ced991229d8aa0c3c9 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.h
|
| @@ -53,8 +53,6 @@ public:
|
| void removeMediaElement(HTMLMediaElement*);
|
| bool containsMediaElement(HTMLMediaElement*) const;
|
|
|
| - const String& mediaGroup() const { return m_mediaGroup; }
|
| -
|
| virtual PassRefPtr<TimeRanges> buffered() const OVERRIDE;
|
| virtual PassRefPtr<TimeRanges> seekable() const OVERRIDE;
|
| virtual PassRefPtr<TimeRanges> played() OVERRIDE;
|
| @@ -137,7 +135,6 @@ private:
|
| Vector<RefPtr<Event> > m_pendingEvents;
|
| Timer<MediaController> m_asyncEventTimer;
|
| mutable Timer<MediaController> m_clearPositionTimer;
|
| - String m_mediaGroup;
|
| bool m_closedCaptionsVisible;
|
| OwnPtr<Clock> m_clock;
|
| ExecutionContext* m_executionContext;
|
|
|