Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(994)

Unified Diff: Source/core/html/MediaController.h

Issue 201123004: Ignore MediaController in the closed captions button logic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLMediaElement.h ('k') | Source/core/html/MediaController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaController.h
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
index deee58c956b14e15f39c709a1865c81c1db65335..f5a1057a5d49eeffa4eb917b300495c85932d204 100644
--- a/Source/core/html/MediaController.h
+++ b/Source/core/html/MediaController.h
@@ -89,9 +89,6 @@ public:
virtual bool hasAudio() const OVERRIDE;
virtual bool hasVideo() const OVERRIDE;
- virtual bool hasClosedCaptions() const OVERRIDE;
- virtual void setClosedCaptionsVisible(bool) OVERRIDE;
- virtual bool closedCaptionsVisible() const OVERRIDE { return m_closedCaptionsVisible; }
virtual void beginScrubbing() OVERRIDE;
virtual void endScrubbing() OVERRIDE;
@@ -134,7 +131,6 @@ private:
Vector<RefPtr<Event> > m_pendingEvents;
Timer<MediaController> m_asyncEventTimer;
mutable Timer<MediaController> m_clearPositionTimer;
- bool m_closedCaptionsVisible;
OwnPtr<Clock> m_clock;
ExecutionContext* m_executionContext;
Timer<MediaController> m_timeupdateTimer;
« no previous file with comments | « Source/core/html/HTMLMediaElement.h ('k') | Source/core/html/MediaController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698