| Index: webkit/plugins/ppapi/ppb_context_3d_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_context_3d_impl.cc b/webkit/plugins/ppapi/ppb_context_3d_impl.cc
|
| index eb058a5e4f1bb599229468598194908e34a721bb..94944598a49d2ffea833051fe67e6dff1314d70c 100644
|
| --- a/webkit/plugins/ppapi/ppb_context_3d_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_context_3d_impl.cc
|
| @@ -194,7 +194,7 @@ PP_Context3DTrustedState FlushSync(PP_Resource context_id, int32_t put_offset) {
|
| return PPStateFromGPUState(context->command_buffer()->FlushSync(put_offset));
|
| }
|
|
|
| -int32_t CreateTransferBuffer(PP_Resource context_id, size_t size) {
|
| +int32_t CreateTransferBuffer(PP_Resource context_id, uint32_t size) {
|
| scoped_refptr<PPB_Context3D_Impl> context(
|
| Resource::GetAs<PPB_Context3D_Impl>(context_id));
|
| if (!context.get() || !context->command_buffer())
|
|
|