| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index aaa0fcfd5a6bf6299443fd122dfc3a3799be8afd..ff271d76368cb7ba760a3286a271deddcce13daa 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -53,8 +53,6 @@ class CommandBufferProxyImpl :
|
| virtual int GetRouteID() const OVERRIDE;
|
| virtual bool Echo(const base::Closure& callback) OVERRIDE;
|
| virtual bool SetSurfaceVisible(bool visible) OVERRIDE;
|
| - virtual bool DiscardBackbuffer() OVERRIDE;
|
| - virtual bool EnsureBackbuffer() OVERRIDE;
|
| virtual void SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
| callback) OVERRIDE;
|
|
|