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

Unified Diff: Source/core/html/MediaControllerInterface.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/MediaController.cpp ('k') | Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaControllerInterface.h
diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h
index 481d6bd83f19b85a7e7201b4564a5f1166da3e96..bc438899262c505065f952ad75963c550a2006ee 100644
--- a/Source/core/html/MediaControllerInterface.h
+++ b/Source/core/html/MediaControllerInterface.h
@@ -53,9 +53,6 @@ public:
virtual bool hasAudio() const = 0;
virtual bool hasVideo() const = 0;
- virtual bool hasClosedCaptions() const = 0;
- virtual void setClosedCaptionsVisible(bool) = 0;
- virtual bool closedCaptionsVisible() const = 0;
virtual void beginScrubbing() = 0;
virtual void endScrubbing() = 0;
« no previous file with comments | « Source/core/html/MediaController.cpp ('k') | Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698