Chromium Code Reviews

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

Issue 139943006: Remove WebMediaPlayer::supportsFullscreen() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/html/HTMLVideoElement.cpp ('k') | Source/core/html/MediaControllerInterface.h » ('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 c57299d994b101af510f770b00df3fd3cd97801b..196d419df8182c6e984e836a61e504e9a5ddf82b 100644
--- a/Source/core/html/MediaController.h
+++ b/Source/core/html/MediaController.h
@@ -85,7 +85,6 @@ public:
enum PlaybackState { WAITING, PLAYING, ENDED };
const AtomicString& playbackState() const;
- virtual bool supportsFullscreen() const OVERRIDE { return false; }
virtual bool isFullscreen() const OVERRIDE { return false; }
virtual void enterFullscreen() OVERRIDE { }
« no previous file with comments | « Source/core/html/HTMLVideoElement.cpp ('k') | Source/core/html/MediaControllerInterface.h » ('j') | no next file with comments »

Powered by Google App Engine