Index: webkit/glue/webmediaplayer_impl.h |
=================================================================== |
--- webkit/glue/webmediaplayer_impl.h (revision 95544) |
+++ webkit/glue/webmediaplayer_impl.h (working copy) |
@@ -77,10 +77,6 @@ |
class WebFrame; |
} |
-namespace media { |
-class MediaLog; |
-} |
- |
namespace webkit_glue { |
class MediaResourceLoaderBridgeFactory; |
@@ -212,8 +208,7 @@ |
WebMediaPlayerImpl(WebKit::WebMediaPlayerClient* client, |
media::FilterCollection* collection, |
media::MessageLoopFactory* message_loop_factory, |
- MediaStreamClient* media_stream_client, |
- media::MediaLog* media_log); |
+ MediaStreamClient* media_stream_client); |
virtual ~WebMediaPlayerImpl(); |
// Finalizes initialization of the object. |
@@ -366,8 +361,6 @@ |
scoped_ptr<skia::PlatformCanvas> skia_canvas_; |
#endif |
- scoped_refptr<media::MediaLog> media_log_; |
- |
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl); |
}; |