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

Unified Diff: content/renderer/media/gles2_video_decode_context.cc

Issue 6673090: Move core renderer subdirectories to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months 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 | « content/renderer/media/gles2_video_decode_context.h ('k') | content/renderer/media/ipc_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/gles2_video_decode_context.cc
===================================================================
--- content/renderer/media/gles2_video_decode_context.cc (revision 78386)
+++ content/renderer/media/gles2_video_decode_context.cc (working copy)
@@ -5,8 +5,8 @@
#include <GLES2/gl2.h>
#include "base/message_loop.h"
-#include "chrome/renderer/ggl/ggl.h"
-#include "chrome/renderer/media/gles2_video_decode_context.h"
+#include "content/renderer/ggl.h"
+#include "content/renderer/media/gles2_video_decode_context.h"
Gles2VideoDecodeContext::Gles2VideoDecodeContext(
MessageLoop* message_loop, bool memory_mapped, ggl::Context* context)
« no previous file with comments | « content/renderer/media/gles2_video_decode_context.h ('k') | content/renderer/media/ipc_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698