Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: webkit/media/webvideoframe_impl.cc

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/media/webvideoframe_impl.h ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/media/webvideoframe_impl.h ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698