| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 108497)
|
| +++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
|
| @@ -51,7 +51,8 @@
|
| private:
|
|
|
| // Handlers for IPC messages.
|
| - void OnDecode(base::SharedMemoryHandle handle, int32 id, int32 size);
|
| + void OnDecode(base::SharedMemoryHandle handle, int32 id, int32 size,
|
| + int32 source_process_id);
|
| void OnAssignPictureBuffers(
|
| const std::vector<int32>& buffer_ids,
|
| const std::vector<uint32>& texture_ids,
|
|
|