| 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.
|
|
|