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

Unified Diff: webkit/media/video_renderer_impl.h

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/simple_data_source_unittest.cc ('k') | webkit/media/video_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/video_renderer_impl.h
diff --git a/webkit/glue/media/video_renderer_impl.h b/webkit/media/video_renderer_impl.h
similarity index 92%
rename from webkit/glue/media/video_renderer_impl.h
rename to webkit/media/video_renderer_impl.h
index c69e085df8511cb4d513a7bd434bf04a729de398..af6720826cbd8f18120fce5e59c6ce67e350b34f 100644
--- a/webkit/glue/media/video_renderer_impl.h
+++ b/webkit/media/video_renderer_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_
-#define WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_
+#ifndef WEBKIT_MEDIA_VIDEO_RENDERER_IMPL_H_
+#define WEBKIT_MEDIA_VIDEO_RENDERER_IMPL_H_
#include "media/base/buffers.h"
#include "media/base/filters.h"
@@ -11,9 +11,9 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayer.h"
#include "ui/gfx/size.h"
#include "third_party/skia/include/core/SkBitmap.h"
-#include "webkit/glue/media/web_video_renderer.h"
+#include "webkit/media/web_video_renderer.h"
-namespace webkit_glue {
+namespace webkit_media {
// The video renderer implementation to be use by the media pipeline. It lives
// inside video renderer thread and also WebKit's main thread. We need to be
@@ -77,6 +77,6 @@ class VideoRendererImpl : public WebVideoRenderer {
DISALLOW_COPY_AND_ASSIGN(VideoRendererImpl);
};
-} // namespace webkit_glue
+} // namespace webkit_media
-#endif // WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_
+#endif // WEBKIT_MEDIA_VIDEO_RENDERER_IMPL_H_
« no previous file with comments | « webkit/media/simple_data_source_unittest.cc ('k') | webkit/media/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698