| 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 2c13fcbc861f58e298a6a9c073f3eca33c4574f4..0f5eec570fd67362d230ae21267e2a4800d56afd 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1430,6 +1430,10 @@ void LayerTreeHostImpl::ReclaimResources(const CompositorFrameAck* ack) {
|
| }
|
| }
|
|
|
| +void LayerTreeHostImpl::OnDraw() {
|
| + client_->OnDrawForOutputSurface();
|
| +}
|
| +
|
| void LayerTreeHostImpl::OnCanDrawStateChangedForTree() {
|
| client_->OnCanDrawStateChanged(CanDraw());
|
| }
|
|
|