diff options
Diffstat (limited to 'webkit/glue/webvideoframe_impl.h')
-rw-r--r-- | webkit/glue/webvideoframe_impl.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/webkit/glue/webvideoframe_impl.h b/webkit/glue/webvideoframe_impl.h index 0aca052..52f7f1f 100644 --- a/webkit/glue/webvideoframe_impl.h +++ b/webkit/glue/webvideoframe_impl.h @@ -8,14 +8,13 @@ #include "media/base/video_frame.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebVideoFrame.h" -using namespace WebKit; - namespace webkit_glue { -class WebVideoFrameImpl : public WebVideoFrame { +class WebVideoFrameImpl : public WebKit::WebVideoFrame { public: // This converts a WebKit::WebVideoFrame to a media::VideoFrame. - static media::VideoFrame* toVideoFrame(WebVideoFrame* web_video_frame); + static media::VideoFrame* toVideoFrame( + WebKit::WebVideoFrame* web_video_frame); WebVideoFrameImpl(scoped_refptr<media::VideoFrame> video_frame); virtual ~WebVideoFrameImpl(); |