| 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 8291648438df9885a1e0e52e6b1210ee12b85e71..b37e787e6716f2132dcf54e6f0a5b3eab147f79e 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -552,7 +552,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));
|
|
|