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 a82ce7428b11532c5c32a59b723e327dd5a9c012..9229183ab11c97249421be6fe25e88767fca7f12 100644 |
--- a/content/renderer/gpu/gpu_channel_host.cc |
+++ b/content/renderer/gpu/gpu_channel_host.cc |
@@ -135,7 +135,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()); |