diff options
Diffstat (limited to 'ppapi/proxy/ppb_graphics_3d_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_graphics_3d_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.h b/ppapi/proxy/ppb_graphics_3d_proxy.h index 493c489..f07d2c4 100644 --- a/ppapi/proxy/ppb_graphics_3d_proxy.h +++ b/ppapi/proxy/ppb_graphics_3d_proxy.h @@ -46,6 +46,7 @@ class Graphics3D : public PPB_Graphics3D_Shared { virtual PP_Graphics3DTrustedState FlushSyncFast( int32_t put_offset, int32_t last_known_get) OVERRIDE; + virtual uint32_t InsertSyncPoint() OVERRIDE; private: class LockingCommandBuffer; @@ -105,6 +106,7 @@ class PPB_Graphics3D_Proxy : public InterfaceProxy { int32 id, ppapi::proxy::SerializedHandle* transfer_buffer); void OnMsgSwapBuffers(const HostResource& context); + void OnMsgInsertSyncPoint(const HostResource& context, uint32* sync_point); // Renderer->plugin message handlers. void OnMsgSwapBuffersACK(const HostResource& context, int32_t pp_error); |