diff options
Diffstat (limited to 'chrome/plugin/command_buffer_stub.h')
-rw-r--r-- | chrome/plugin/command_buffer_stub.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/plugin/command_buffer_stub.h b/chrome/plugin/command_buffer_stub.h index f7bd691..f0d8ac0 100644 --- a/chrome/plugin/command_buffer_stub.h +++ b/chrome/plugin/command_buffer_stub.h @@ -37,10 +37,6 @@ class CommandBufferStub : public IPC::Channel::Listener, int route_id() const { return route_id_; } - // Notify the client that it must repaint due to the window becoming invalid - // or a lost context. - void NotifyRepaint(); - private: // Message handlers: void OnInitialize(int32 size, base::SharedMemoryHandle* ring_buffer); @@ -53,13 +49,6 @@ class CommandBufferStub : public IPC::Channel::Listener, void OnGetTransferBuffer(int32 id, base::SharedMemoryHandle* transfer_buffer, uint32* size); - - // Destroy all owned objects. - void Destroy(); - - bool InitializePlatformSpecific(); - void DestroyPlatformSpecific(); - #if defined(OS_MACOSX) void OnSetWindowSize(int32 width, int32 height); void SwapBuffersCallback(); |