| Index: cc/output/gl_renderer.cc
|
| diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc
|
| index 22e2cb8117561cf2edf83d6f2c202a3d91a0626e..f72eab6107c26846bc67e80e9e9620ea92d934fe 100644
|
| --- a/cc/output/gl_renderer.cc
|
| +++ b/cc/output/gl_renderer.cc
|
| @@ -395,8 +395,6 @@ const RendererCapabilitiesImpl& GLRenderer::Capabilities() const {
|
| void GLRenderer::DidChangeVisibility() {
|
| EnforceMemoryPolicy();
|
|
|
| - context_support_->SetSurfaceVisible(visible());
|
| -
|
| // If we are not visible, we ask the context to aggressively free resources.
|
| context_support_->SetAggressivelyFreeResources(!visible());
|
| }
|
|
|