Index: content/renderer/gpu/command_buffer_proxy.cc |
diff --git a/content/renderer/gpu/command_buffer_proxy.cc b/content/renderer/gpu/command_buffer_proxy.cc |
index 8c0967bf31fd11cf4770507bd324172a69815868..484e2e4b3c4c2fb0f11b338b79ef5133fb7ca3aa 100644 |
--- a/content/renderer/gpu/command_buffer_proxy.cc |
+++ b/content/renderer/gpu/command_buffer_proxy.cc |
@@ -414,7 +414,7 @@ void CommandBufferProxy::SetNotifyRepaintTask(Task* task) { |
scoped_refptr<GpuVideoDecodeAcceleratorHost> |
CommandBufferProxy::CreateVideoDecoder( |
- const std::vector<uint32>& configs, |
+ const std::vector<int32>& configs, |
media::VideoDecodeAccelerator::Client* client) { |
video_decoder_host_ = new GpuVideoDecodeAcceleratorHost( |
channel_, route_id_, client); |