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