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 24e0fe4bf1e56049891d91856dce170c057dacfc..16b3a3e01ac233c00f47a83cb724f68e2689768b 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -117,7 +117,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(); |