| Index: content/renderer/media/android/webmediaplayer_android.h
|
| diff --git a/content/renderer/media/android/webmediaplayer_android.h b/content/renderer/media/android/webmediaplayer_android.h
|
| index 8c65d264ef7deb1aff3a84680cbab602a23c4b3a..6034318d80418da954d5f1c53d26a2bbcf8a7bc5 100644
|
| --- a/content/renderer/media/android/webmediaplayer_android.h
|
| +++ b/content/renderer/media/android/webmediaplayer_android.h
|
| @@ -49,14 +49,11 @@ namespace media {
|
| class MediaLog;
|
| }
|
|
|
| -namespace webkit {
|
| -class WebLayerImpl;
|
| -}
|
| -
|
| namespace content {
|
| class RendererCdmManager;
|
| class RendererMediaPlayerManager;
|
| class WebContentDecryptionModuleImpl;
|
| +class WebLayerImpl;
|
| class WebMediaPlayerDelegate;
|
|
|
| // This class implements blink::WebMediaPlayer by keeping the android
|
| @@ -395,7 +392,7 @@ class WebMediaPlayerAndroid : public blink::WebMediaPlayer,
|
| // not NULL while the compositor is actively using this webmediaplayer.
|
| cc::VideoFrameProvider::Client* video_frame_provider_client_;
|
|
|
| - scoped_ptr<webkit::WebLayerImpl> video_weblayer_;
|
| + scoped_ptr<WebLayerImpl> video_weblayer_;
|
|
|
| #if defined(VIDEO_HOLE)
|
| // A rectangle represents the geometry of video frame, when computed last
|
|
|