| 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 2a28fce80b8d239ecf917439c8b4380caa53bc0c..fab0122c6478487fdd1ab8c6dfd82d69a0438951 100644
|
| --- a/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| +++ b/ppapi/proxy/ppb_graphics_3d_proxy.h
|
| @@ -55,7 +55,6 @@
|
| gpu::CommandBuffer::State WaitForGetOffsetInRange(int32_t start,
|
| int32_t end) override;
|
| void EnsureWorkVisible() override;
|
| - void TakeFrontBuffer() override;
|
|
|
| private:
|
| // PPB_Graphics3D_Shared overrides.
|
| @@ -111,7 +110,6 @@
|
| void OnMsgDestroyTransferBuffer(const HostResource& context, int32_t id);
|
| void OnMsgSwapBuffers(const HostResource& context,
|
| const gpu::SyncToken& sync_token);
|
| - void OnMsgTakeFrontBuffer(const HostResource& context);
|
| void OnMsgEnsureWorkVisible(const HostResource& context);
|
| // Renderer->plugin message handlers.
|
| void OnMsgSwapBuffersACK(const HostResource& context,
|
|
|