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

Unified Diff: Source/platform/graphics/media/MediaPlayer.h

Issue 291303003: Eliminate MediaPlayer & MediaPlayerClient abstractions (fullscreen apis) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 7 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 | « no previous file | Source/web/FullscreenController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/media/MediaPlayer.h
diff --git a/Source/platform/graphics/media/MediaPlayer.h b/Source/platform/graphics/media/MediaPlayer.h
index a8fe49d367c14ebd28f49e5a63658ed121bc9d25..a4d7ccdcac9f7590937e4603dd97d7403416489c 100644
--- a/Source/platform/graphics/media/MediaPlayer.h
+++ b/Source/platform/graphics/media/MediaPlayer.h
@@ -149,10 +149,6 @@ public:
enum Preload { None, MetaData, Auto };
virtual void setPreload(Preload) = 0;
- virtual void showFullscreenOverlay() = 0;
- virtual void hideFullscreenOverlay() = 0;
- virtual bool canShowFullscreenOverlay() const = 0;
-
virtual bool hasSingleSecurityOrigin() const = 0;
// Time value in the movie's time scale. It is only necessary to override this if the media
« no previous file with comments | « no previous file | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698