| 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 b797c1c96963d761622d6a32b841d68ea1a25712..6512280f6689bf92f51dc6fea25ee84a5a20df45 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1234,6 +1234,10 @@ void LayerTreeHostImpl::NotifyReadyToActivate() {
|
| client_->NotifyReadyToActivate();
|
| }
|
|
|
| +void LayerTreeHostImpl::NotifyReadyToDraw() {
|
| + client_->NotifyReadyToDraw();
|
| +}
|
| +
|
| void LayerTreeHostImpl::NotifyTileStateChanged(const Tile* tile) {
|
| TRACE_EVENT0("cc", "LayerTreeHostImpl::NotifyTileStateChanged");
|
|
|
|
|