| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 78c0a49aca22b6b9529e957ec4412b980f592fc4..cdc4a6b4cf0d7015227755ef25cf38f41c37a0b8 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -722,7 +722,7 @@ void GpuCommandBufferStub::OnCreateVideoDecoder(
|
| int decoder_route_id = channel_->GenerateRouteID();
|
| GpuVideoDecodeAccelerator* decoder =
|
| new GpuVideoDecodeAccelerator(decoder_route_id, this);
|
| - decoder->Initialize(profile, reply_message);
|
| + decoder->Initialize(profile, reply_message, channel_->io_message_loop());
|
| // decoder is registered as a DestructionObserver of this stub and will
|
| // self-delete during destruction of this stub.
|
| }
|
|
|