| Index: content/common/gpu/client/command_buffer_proxy.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy.h b/content/common/gpu/client/command_buffer_proxy.h
|
| index 311d05a196fbad105d2a13b3d9b411549bcb596b..e0056b0788a057c39f09c6bf3ccd61fccf58eb57 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy.h
|
| @@ -39,9 +39,6 @@ class CommandBufferProxy : public gpu::CommandBuffer {
|
| // Sends an IPC message with the new state of surface visibility.
|
| virtual bool SetSurfaceVisible(bool visible) = 0;
|
|
|
| - virtual bool DiscardBackbuffer() = 0;
|
| - virtual bool EnsureBackbuffer() = 0;
|
| -
|
| // Register a callback to invoke whenever we recieve a new memory allocation.
|
| virtual void SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
|
|