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

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

Issue 1157253010: Remove WebMediaPlayerClient::requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 6 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/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index eb2e3298298ecba573540f7d2ca5e3dd4045437b..7a77dcd3e8b3569aebbd1813aed3a5c8adc26cf5 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -337,7 +337,6 @@ private:
virtual void mediaPlayerTimeChanged() override final;
virtual void mediaPlayerDurationChanged() override final;
virtual void mediaPlayerPlaybackStateChanged() override final;
- virtual void mediaPlayerRequestFullscreen() override final;
virtual void mediaPlayerRequestSeek(double) override final;
virtual void mediaPlayerRepaint() override final;
virtual void mediaPlayerSizeChanged() override final;
« no previous file with comments | « LayoutTests/media/media-player-request-fullscreen-expected.txt ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698