| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index 2861a251ea8d7432bc3e8fd23e3d5a0db872b262..b789fedbf477980cebf14811c869d3e5edc2b68e 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -388,7 +388,7 @@ IPC_SYNC_MESSAGE_ROUTED1_2(GpuCommandBufferMsg_GetTransferBuffer,
|
|
|
| // Create and initialize a hardware video decoder.
|
| IPC_SYNC_MESSAGE_ROUTED1_0(GpuCommandBufferMsg_CreateVideoDecoder,
|
| - std::vector<uint32> /* configs */)
|
| + std::vector<int32> /* configs */)
|
|
|
| // Release all resources held by the hardware video decoder associated with this
|
| // stub.
|
|
|