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

Unified Diff: chrome/gpu/gpu_video_decoder.h

Issue 6673003: Move GPU messages to content. I've also switched the IPC structs to use the ... (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 | « chrome/gpu/gpu_thread.cc ('k') | chrome/gpu/gpu_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/gpu_video_decoder.h
===================================================================
--- chrome/gpu/gpu_video_decoder.h (revision 77652)
+++ chrome/gpu/gpu_video_decoder.h (working copy)
@@ -10,9 +10,10 @@
#include "base/basictypes.h"
#include "base/callback.h"
+#include "base/process.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
-#include "chrome/common/gpu_video_common.h"
+#include "base/shared_memory.h"
#include "chrome/gpu/media/gpu_video_device.h"
#include "media/video/video_decode_context.h"
#include "media/video/video_decode_engine.h"
@@ -32,6 +33,9 @@
} // namespace gpu
class GpuChannel;
+struct GpuVideoDecoderInitDoneParam;
+struct GpuVideoDecoderInitParam;
+struct GpuVideoDecoderInputBufferParam;
// A GpuVideoDecoder is a platform independent video decoder that uses platform
// specific VideoDecodeEngine and GpuVideoDevice for the actual decoding
« no previous file with comments | « chrome/gpu/gpu_thread.cc ('k') | chrome/gpu/gpu_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698