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 4f7773851b320151605e87fad93a3392caa49724..ec5cd20bf25d29db8892e71bcd03e2f5b199363c 100644 |
--- a/content/renderer/gpu/gpu_channel_host.h |
+++ b/content/renderer/gpu/gpu_channel_host.h |
@@ -86,7 +86,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. |