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 a6e91fb95f882c230980dae09c7ab8816c7875b5..1184ca15e709735206f3b0b290fc29da5085eb77 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -112,7 +112,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(); |