Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 7382d3c3646f95fb1ffc14fe5369addf9a04c590..4229c1eba0be739733dacdcdb8dd07858b27709c 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -564,7 +564,7 @@ void GpuCommandBufferStub::ReportState() { |
} |
void GpuCommandBufferStub::OnCreateVideoDecoder( |
- const std::vector<uint32>& configs, |
+ const std::vector<int32>& configs, |
IPC::Message* reply_message) { |
video_decoder_.reset( |
new GpuVideoDecodeAccelerator(this, route_id_, this)); |