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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 8601004: Remove --enable-video-logging and WebVideoRenderer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: forgot gypi Created 9 years, 1 month 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 | « webkit/media/webkit_media.gypi ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index d7e729644fdd6599fd3d48f0b8c5f471e0dd0dbd..1fbc8890c460a110ab8386f4e98d4560d2675688 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -14,7 +14,7 @@
// media::PipelineImpl
// The media playback pipeline.
//
-// WebVideoRenderer
+// VideoRendererImpl
// Video renderer object.
//
// WebKit::WebMediaPlayerClient
@@ -29,12 +29,12 @@
// WebMediaPlayerImpl ---> PipelineImpl
// | ^ |
// | | v r
-// | | WebVideoRenderer
+// | | VideoRendererImpl
// | | | ^ r
// | r | v r |
// '---> WebMediaPlayerProxy --'
//
-// Notice that WebMediaPlayerProxy and WebVideoRenderer are referencing each
+// Notice that WebMediaPlayerProxy and VideoRendererImpl are referencing each
// other. This interdependency has to be treated carefully.
//
// Other issues:
@@ -72,7 +72,6 @@ namespace webkit_media {
class MediaStreamClient;
class WebMediaPlayerDelegate;
class WebMediaPlayerProxy;
-class WebVideoRenderer;
class WebMediaPlayerImpl
: public WebKit::WebMediaPlayer,
@@ -110,10 +109,7 @@ class WebMediaPlayerImpl
virtual ~WebMediaPlayerImpl();
// Finalizes initialization of the object.
- bool Initialize(
- WebKit::WebFrame* frame,
- bool use_simple_data_source,
- scoped_refptr<WebVideoRenderer> web_video_renderer);
+ bool Initialize(WebKit::WebFrame* frame, bool use_simple_data_source);
virtual void load(const WebKit::WebURL& url);
virtual void cancelLoad();
« no previous file with comments | « webkit/media/webkit_media.gypi ('k') | webkit/media/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698