| Index: content/common/gpu/media/gpu_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 132251)
|
| +++ content/common/gpu/media/gpu_video_decode_accelerator.h (working copy)
|
| @@ -47,7 +47,8 @@
|
| // The renderer process handle is valid as long as we have a channel between
|
| // GPU process and the renderer.
|
| void Initialize(const media::VideoCodecProfile profile,
|
| - IPC::Message* init_done_msg);
|
| + IPC::Message* init_done_msg,
|
| + base::ProcessHandle renderer_process);
|
|
|
| private:
|
|
|
|
|