| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 115422)
|
| +++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
|
| @@ -45,8 +45,11 @@
|
|
|
| // Initialize the accelerator with the given profile and send the
|
| // |init_done_msg| when done.
|
| + // The renderer process handle is valid as long as we have a channel between
|
| + // GPU process and the renderer.
|
| void Initialize(const media::VideoDecodeAccelerator::Profile profile,
|
| - IPC::Message* init_done_msg);
|
| + IPC::Message* init_done_msg,
|
| + base::ProcessHandle renderer_process);
|
|
|
| private:
|
|
|
|
|