Index: ppapi/proxy/ppb_graphics_3d_proxy.h |
=================================================================== |
--- ppapi/proxy/ppb_graphics_3d_proxy.h (revision 171343) |
+++ ppapi/proxy/ppb_graphics_3d_proxy.h (working copy) |
@@ -96,7 +96,7 @@ |
void OnMsgAsyncFlush(const HostResource& context, |
int32 put_offset); |
void OnMsgCreateTransferBuffer(const HostResource& context, |
- int32 size, |
+ uint32 size, |
int32* id); |
void OnMsgDestroyTransferBuffer(const HostResource& context, |
int32 id); |