| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 114069)
|
| +++ 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);
|
|
|
| private:
|
|
|
|
|