Index: content/common/gpu/gpu_command_buffer_stub.cc |
=================================================================== |
--- content/common/gpu/gpu_command_buffer_stub.cc (revision 114143) |
+++ content/common/gpu/gpu_command_buffer_stub.cc (working copy) |
@@ -462,7 +462,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) { |