Index: ppapi/proxy/ppb_graphics_3d_proxy.h |
diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.h b/ppapi/proxy/ppb_graphics_3d_proxy.h |
index 310e0c2352548521a4b868b1b3fcd689d973f53a..c6975bf0d39e5606f23f3006206437183c8e5f83 100644 |
--- a/ppapi/proxy/ppb_graphics_3d_proxy.h |
+++ b/ppapi/proxy/ppb_graphics_3d_proxy.h |
@@ -78,11 +78,13 @@ class PPB_Graphics3D_Proxy : public InterfaceProxy { |
void OnMsgSetGetBuffer(const HostResource& context, |
int32 id); |
void OnMsgGetState(const HostResource& context, |
- gpu::CommandBuffer::State* state); |
+ gpu::CommandBuffer::State* state, |
+ bool* success); |
void OnMsgFlush(const HostResource& context, |
int32 put_offset, |
int32 last_known_get, |
- gpu::CommandBuffer::State* state); |
+ gpu::CommandBuffer::State* state, |
+ bool* success); |
void OnMsgAsyncFlush(const HostResource& context, |
int32 put_offset); |
void OnMsgCreateTransferBuffer(const HostResource& context, |