| Index: content/renderer/gpu/gpu_channel_host.cc
|
| diff --git a/content/renderer/gpu/gpu_channel_host.cc b/content/renderer/gpu/gpu_channel_host.cc
|
| index ee79249cff227ae83487566bb3129c7266a9df19..15ef7e9d9dc3ef90b69ef49c73809034d8e33dd1 100644
|
| --- a/content/renderer/gpu/gpu_channel_host.cc
|
| +++ b/content/renderer/gpu/gpu_channel_host.cc
|
| @@ -130,7 +130,7 @@ CommandBufferProxy* GpuChannelHost::CreateViewCommandBuffer(
|
|
|
| GpuVideoDecodeAcceleratorHost* GpuChannelHost::CreateVideoDecoder(
|
| int command_buffer_route_id,
|
| - const std::vector<uint32>& configs,
|
| + const std::vector<int32>& configs,
|
| media::VideoDecodeAccelerator::Client* client) {
|
| ProxyMap::iterator it = proxies_.find(command_buffer_route_id);
|
| DCHECK(it != proxies_.end());
|
|
|