| 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 a500663336cfee853bb751abce136f043f9cf430..e9186b711c49a01e161228c3b7efb137bfa1c38f 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -934,6 +934,10 @@ void LayerTreeHostImpl::DidInitializeVisibleTile() {
|
| client_->DidInitializeVisibleTileOnImplThread();
|
| }
|
|
|
| +void LayerTreeHostImpl::DidFinishTileRasterTasks() {
|
| + client_->DidFinishTileRasterTasks();
|
| +}
|
| +
|
| bool LayerTreeHostImpl::ShouldClearRootRenderPass() const {
|
| return settings_.should_clear_root_render_pass;
|
| }
|
|
|