Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index c9bba831e88b13c33e0186ae584190c93274d4bd..00ae766155f380cb6f9ec597dd5b8575d7791b36 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1435,10 +1435,6 @@ |
} |
} |
-void LayerTreeHostImpl::OnDraw() { |
- client_->OnDrawForOutputSurface(); |
-} |
- |
void LayerTreeHostImpl::OnCanDrawStateChangedForTree() { |
client_->OnCanDrawStateChanged(CanDraw()); |
} |