| 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 e1e95bbf6b75fe5c018d5d66764d33f30eb63331..ae601b8eddbf31377e047347139edecc70152c3e 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -547,7 +547,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));
|
|
|