| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7beac39baa06f3ed1e3b183b26e060e3cd792cd7..da4ff5e646ed329af44a5410f2d17af36aec6167 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -34,6 +34,7 @@
|
| #include "content/public/common/stop_find_action.h"
|
| #include "content/public/common/top_controls_state.h"
|
| #include "content/public/renderer/render_view.h"
|
| +#include "content/renderer/media/webmediaplayer_delegate.h"
|
| #include "content/renderer/mouse_lock_dispatcher.h"
|
| #include "content/renderer/render_frame_impl.h"
|
| #include "content/renderer/render_view_pepper_helper.h"
|
| @@ -59,7 +60,6 @@
|
| #include "ui/surface/transport_dib.h"
|
| #include "webkit/common/webpreferences.h"
|
| #include "webkit/plugins/npapi/webplugin_page_delegate.h"
|
| -#include "webkit/renderer/media/webmediaplayer_delegate.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "content/renderer/android/content_detector.h"
|
| @@ -197,7 +197,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| NON_EXPORTED_BASE(public WebKit::WebPageSerializerClient),
|
| public RenderView,
|
| NON_EXPORTED_BASE(public webkit::npapi::WebPluginPageDelegate),
|
| - NON_EXPORTED_BASE(public webkit_media::WebMediaPlayerDelegate),
|
| + NON_EXPORTED_BASE(public WebMediaPlayerDelegate),
|
| public base::SupportsWeakPtr<RenderViewImpl> {
|
| public:
|
| // Creates a new RenderView. If this is a blocked popup or as a new tab,
|
| @@ -759,7 +759,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual void DidStopLoadingForPlugin() OVERRIDE;
|
| virtual WebKit::WebCookieJar* GetCookieJar() OVERRIDE;
|
|
|
| - // webkit_media::WebMediaPlayerDelegate implementation -----------------------
|
| + // WebMediaPlayerDelegate implementation -----------------------
|
|
|
| virtual void DidPlay(WebKit::WebMediaPlayer* player) OVERRIDE;
|
| virtual void DidPause(WebKit::WebMediaPlayer* player) OVERRIDE;
|
|
|