Index: cc/output/gl_renderer.cc |
diff --git a/cc/output/gl_renderer.cc b/cc/output/gl_renderer.cc |
index 546446d077a49b2b0c5e2b2fc2ee296967044cd7..ea8031e145b51fd2be95277abefe5f0a80f00373 100644 |
--- a/cc/output/gl_renderer.cc |
+++ b/cc/output/gl_renderer.cc |
@@ -397,8 +397,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()); |
} |