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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 1055503002: Eliminate MediaPlayer & MediaPlayerClient abstractions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added separate interface for EncryptedMedia Created 5 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
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index 9540cee09c746b55458dbb0218f3c1ff7d86a7b5..c571269065b049fd636b1d828598fda6495ab02f 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -131,6 +131,7 @@ public:
const KURL& /* base_url */,
const Vector<WTF::String>& paramNames,
const Vector<WTF::String>& paramValues) override;
+ virtual PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement*, const WebURL&) override;
virtual ObjectContentType objectContentType(
const KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages) override;
virtual void didChangeScrollOffset() override;

Powered by Google App Engine
This is Rietveld 408576698