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 c4ec7a7667361ad5fa7ea4077323940f3f82d85a..8d11738c61146e03b90d611c6374411a7f8ae4cf 100644 |
--- a/content/renderer/gpu/command_buffer_proxy.cc |
+++ b/content/renderer/gpu/command_buffer_proxy.cc |
@@ -393,7 +393,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); |