| Index: content/common/gpu/client/content_gl_context.cc
|
| diff --git a/content/common/gpu/client/content_gl_context.cc b/content/common/gpu/client/content_gl_context.cc
|
| index a829c416bfd4c33a812e2ef85929aba5b713c74c..0da33e236cff637172fc7140296f856733eb6d94 100644
|
| --- a/content/common/gpu/client/content_gl_context.cc
|
| +++ b/content/common/gpu/client/content_gl_context.cc
|
| @@ -279,14 +279,6 @@ bool ContentGLContext::SetSurfaceVisible(bool visible) {
|
| return GetCommandBufferProxy()->SetSurfaceVisible(visible);
|
| }
|
|
|
| -bool ContentGLContext::DiscardBackbuffer() {
|
| - return GetCommandBufferProxy()->DiscardBackbuffer();
|
| -}
|
| -
|
| -bool ContentGLContext::EnsureBackbuffer() {
|
| - return GetCommandBufferProxy()->EnsureBackbuffer();
|
| -}
|
| -
|
| void ContentGLContext::SetMemoryAllocationChangedCallback(
|
| const base::Callback<void(const GpuMemoryAllocationForRenderer&)>&
|
| callback) {
|
|
|