Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index f6e31f81750a000ce9105cef4cd297bed79fc466..c50c22add401cc757db4eb1a0ffa85db25b7187d 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -114,7 +114,7 @@ class GpuCommandBufferStub |
void OnGetTransferBuffer(int32 id, IPC::Message* reply_message); |
void OnResizeOffscreenFrameBuffer(const gfx::Size& size); |
- void OnCreateVideoDecoder(const std::vector<uint32>& configs, |
+ void OnCreateVideoDecoder(const std::vector<int32>& configs, |
IPC::Message* reply_message); |
void OnDestroyVideoDecoder(); |