| Index: webkit/media/webvideoframe_impl.cc
|
| diff --git a/webkit/glue/webvideoframe_impl.cc b/webkit/media/webvideoframe_impl.cc
|
| similarity index 96%
|
| rename from webkit/glue/webvideoframe_impl.cc
|
| rename to webkit/media/webvideoframe_impl.cc
|
| index 4440371ea61a1a092d1be283cd67a2f0eac8e5da..5a5b182eeeef5b5420eae2854b06dc074ddb32aa 100644
|
| --- a/webkit/glue/webvideoframe_impl.cc
|
| +++ b/webkit/media/webvideoframe_impl.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/glue/webvideoframe_impl.h"
|
| +#include "webkit/media/webvideoframe_impl.h"
|
|
|
| #include "base/logging.h"
|
| #include "media/base/video_frame.h"
|
| @@ -10,7 +10,7 @@
|
|
|
| using WebKit::WebVideoFrame;
|
|
|
| -namespace webkit_glue {
|
| +namespace webkit_media {
|
|
|
| media::VideoFrame* WebVideoFrameImpl::toVideoFrame(
|
| WebVideoFrame* web_video_frame) {
|
| @@ -80,4 +80,4 @@ const void* WebVideoFrameImpl::data(unsigned plane) const {
|
| return NULL;
|
| }
|
|
|
| -} // namespace webkit_glue
|
| +} // namespace webkit_media
|
|
|