| Index: content/common/gpu/client/content_gl_context.h
|
| diff --git a/content/common/gpu/client/content_gl_context.h b/content/common/gpu/client/content_gl_context.h
|
| index aa19d52c340d7100a55924ab37ad6e2974d686ee..2538c1a1e0fea200f30b863ef92c28aaebdf9e90 100644
|
| --- a/content/common/gpu/client/content_gl_context.h
|
| +++ b/content/common/gpu/client/content_gl_context.h
|
| @@ -164,9 +164,6 @@ class ContentGLContext : public base::SupportsWeakPtr<ContentGLContext>,
|
| // Sends an IPC message with the new state of surface visibility
|
| bool SetSurfaceVisible(bool visibility);
|
|
|
| - bool DiscardBackbuffer();
|
| - bool EnsureBackbuffer();
|
| -
|
| // Register a callback to invoke whenever we recieve a new memory allocation.
|
| void SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
|
|