Chromium Code Reviews| Index: content/common/gpu/media/gpu_video_decode_accelerator.h |
| =================================================================== |
| --- content/common/gpu/media/gpu_video_decode_accelerator.h (revision 114143) |
| +++ 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); |
|
Ami GONE FROM CHROMIUM
2011/12/13 02:37:12
Document lifecycle expectations on this handle.
ananta
2011/12/13 02:54:35
Done.
|
| private: |