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

Unified Diff: Source/core/html/MediaControllerInterface.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. 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.h ('k') | Source/core/html/shadow/MediaControls.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 9f8f7042f39fbbb3dbe8daf6c97549e2f7682ae8..81f48e5e94be4a116d5f9069cfc2d4eaa1407f0e 100644
--- a/Source/core/html/MediaControllerInterface.h
+++ b/Source/core/html/MediaControllerInterface.h
@@ -66,7 +66,6 @@ public:
virtual ReadyState readyState() const = 0;
// MediaControlElements:
- virtual bool supportsFullscreen() const = 0;
virtual bool isFullscreen() const = 0;
virtual void enterFullscreen() = 0;
« no previous file with comments | « Source/core/html/MediaController.h ('k') | Source/core/html/shadow/MediaControls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698