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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 11468033: Vanquish the remnants of media::MessageLoopFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment Created 7 years, 12 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: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 06ad7c3a9925a9ec7c45f8a767665883dd15bf54..94f5dd952b3c48b919ec5b27162c66968f050985 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -22,7 +22,6 @@ class GURL;
class SkBitmap;
namespace WebKit {
-class WebAudioSourceProvider;
class WebFrame;
class WebMediaPlayerClient;
class WebPlugin;
@@ -38,17 +37,10 @@ class PpapiInterfaceFactoryManager;
struct WebPluginInfo;
}
-namespace media {
-class AudioRendererSink;
-class FilterCollection;
-class MediaLog;
-class MessageLoopFactory;
-}
-
namespace webkit_media {
-class MediaStreamClient;
class WebMediaPlayerDelegate;
class WebMediaPlayerImpl;
+class WebMediaPlayerParams;
}
namespace content {
@@ -122,12 +114,7 @@ class CONTENT_EXPORT ContentRendererClient {
WebKit::WebFrame* frame,
WebKit::WebMediaPlayerClient* client,
base::WeakPtr<webkit_media::WebMediaPlayerDelegate> delegate,
- media::FilterCollection* collection,
- WebKit::WebAudioSourceProvider* audio_source_provider,
- media::AudioRendererSink* audio_renderer_sink,
- media::MessageLoopFactory* message_loop_factory,
- webkit_media::MediaStreamClient* media_stream_client,
- media::MediaLog* media_log);
+ const webkit_media::WebMediaPlayerParams& params);
// Returns true if the renderer process should schedule the idle handler when
// all widgets are hidden.
« no previous file with comments | « chrome/renderer/prerender/prerender_webmediaplayer.cc ('k') | content/public/renderer/content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698