| 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 206eb872f778fd717da877397ebf312e4db76689..d9874e07450abecadb3262dd21a0ad136b839542 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy.h
|
| @@ -74,6 +74,9 @@ class CommandBufferProxy : public gpu::CommandBuffer,
|
| // Sends an IPC message with the new state of surface visibility.
|
| bool SetSurfaceVisible(bool visible);
|
|
|
| + bool DiscardBackbuffer();
|
| + bool EnsureBackbuffer();
|
| +
|
| // Register a callback to invoke whenever we recieve a new memory allocation.
|
| void SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
|
|