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

Unified Diff: content/common/gpu/media/gpu_video_decode_accelerator.h

Issue 8510039: Initial implementation of the DXVA 2.0 H.264 hardware decoder for pepper for Windows. The decodin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
Index: content/common/gpu/media/gpu_video_decode_accelerator.h
===================================================================
--- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 114143)
+++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
@@ -46,7 +46,8 @@
// Initialize the accelerator with the given profile and send the
// |init_done_msg| when done.
void Initialize(const media::VideoDecodeAccelerator::Profile profile,
- IPC::Message* init_done_msg);
+ IPC::Message* init_done_msg,
+ base::ProcessHandle renderer_process);
Ami GONE FROM CHROMIUM 2011/12/13 02:37:12 Document lifecycle expectations on this handle.
ananta 2011/12/13 02:54:35 Done.
private:

Powered by Google App Engine
This is Rietveld 408576698