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

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

Issue 196793021: Ignore MediaController in the video fullscreen button logic (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
Index: Source/core/html/MediaController.h
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
index deee58c956b14e15f39c709a1865c81c1db65335..c7f6633135d76bac27fc3ef62c712a9a565a27b3 100644
--- a/Source/core/html/MediaController.h
+++ b/Source/core/html/MediaController.h
@@ -85,10 +85,7 @@ public:
enum PlaybackState { WAITING, PLAYING, ENDED };
const AtomicString& playbackState() const;
- virtual void enterFullscreen() OVERRIDE { }
-
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; }

Powered by Google App Engine
This is Rietveld 408576698