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

Unified Diff: content/common/gpu/gpu_messages.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, 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
Index: content/common/gpu/gpu_messages.h
===================================================================
--- content/common/gpu/gpu_messages.h (revision 108497)
+++ content/common/gpu/gpu_messages.h (working copy)
@@ -461,10 +461,11 @@
// These messages are sent from Renderer process to GPU process.
// Send input buffer for decoding.
-IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderMsg_Decode,
+IPC_MESSAGE_ROUTED4(AcceleratedVideoDecoderMsg_Decode,
base::SharedMemoryHandle, /* input_buffer_handle */
int32, /* bitstream_buffer_id */
- int32) /* size */
+ int32, /* size */
+ int32 /* sender process id */)
// Sent from Renderer process to the GPU process to give the texture IDs for
// the textures the decoder will use for output.

Powered by Google App Engine
This is Rietveld 408576698