| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| ===================================================================
|
| --- content/common/gpu/gpu_command_buffer_stub.cc (revision 115422)
|
| +++ content/common/gpu/gpu_command_buffer_stub.cc (working copy)
|
| @@ -461,7 +461,8 @@
|
| new GpuVideoDecodeAccelerator(this, decoder_route_id, this);
|
| video_decoders_.AddWithID(decoder, decoder_route_id);
|
| channel_->AddRoute(decoder_route_id, decoder);
|
| - decoder->Initialize(profile, reply_message);
|
| + decoder->Initialize(profile, reply_message,
|
| + channel_->renderer_process());
|
| }
|
|
|
| void GpuCommandBufferStub::OnDestroyVideoDecoder(int decoder_route_id) {
|
|
|