| 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 fd685437111b0fed4de62b8098ab95457e39554d..02af12d4559df864eaa08193c69922b2c639853e 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1445,10 +1445,6 @@
|
| }
|
| }
|
|
|
| -void LayerTreeHostImpl::OnDraw() {
|
| - client_->OnDrawForOutputSurface();
|
| -}
|
| -
|
| void LayerTreeHostImpl::OnCanDrawStateChangedForTree() {
|
| client_->OnCanDrawStateChanged(CanDraw());
|
| }
|
|
|