| Index: content/renderer/gpu/gpu_channel_host.h
|
| diff --git a/content/renderer/gpu/gpu_channel_host.h b/content/renderer/gpu/gpu_channel_host.h
|
| index c2eb9ff33781470d48f1c164f26fbeaf7442a708..e55cb5da30fc6f44d152bb9b17532645a1c08f36 100644
|
| --- a/content/renderer/gpu/gpu_channel_host.h
|
| +++ b/content/renderer/gpu/gpu_channel_host.h
|
| @@ -84,7 +84,7 @@ class GpuChannelHost : public IPC::Channel::Listener,
|
| // Returned pointer is owned by the CommandBufferProxy for |route_id|.
|
| GpuVideoDecodeAcceleratorHost* CreateVideoDecoder(
|
| int command_buffer_route_id,
|
| - const std::vector<uint32>& configs,
|
| + const std::vector<int32>& configs,
|
| media::VideoDecodeAccelerator::Client* client);
|
|
|
| // Destroy a command buffer created by this channel.
|
|
|