Chromium Code Reviews| Index: chrome/gpu/gpu_video_service.cc |
| =================================================================== |
| --- chrome/gpu/gpu_video_service.cc (revision 75655) |
| +++ chrome/gpu/gpu_video_service.cc (working copy) |
| @@ -63,7 +63,7 @@ |
| decoder_info.decoder = new GpuVideoDecoder(MessageLoop::current(), |
| decoder_host_id, |
| channel, |
| - channel->renderer_handle(), |
| + channel->renderer_process(), |
| gles2_decoder); |
| decoder_info.channel = channel; |
| decoder_map_[decoder_id] = decoder_info; |