summaryrefslogtreecommitdiffstats
path: root/cc/output/delegating_renderer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/output/delegating_renderer.cc')
-rw-r--r--cc/output/delegating_renderer.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/cc/output/delegating_renderer.cc b/cc/output/delegating_renderer.cc
index 206c05c..143596b 100644
--- a/cc/output/delegating_renderer.cc
+++ b/cc/output/delegating_renderer.cc
@@ -112,13 +112,6 @@ void DelegatingRenderer::ReceiveSwapBuffersAck(
resource_provider_->ReceiveReturnsFromParent(ack.resources);
}
-bool DelegatingRenderer::IsContextLost() {
- ContextProvider* context_provider = output_surface_->context_provider();
- if (!context_provider)
- return false;
- return context_provider->IsContextLost();
-}
-
void DelegatingRenderer::DidChangeVisibility() {
ContextProvider* context_provider = output_surface_->context_provider();
if (!visible()) {