| 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 ffe2ddb731aad2a0efd5550b35f3a2bde2d45b4c..751c4b47e5e27d096ad6e016bee9c19abe815dc5 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1792,6 +1792,8 @@ void LayerTreeHostImpl::ActivateSyncTree() {
|
| if (settings_.impl_side_painting)
|
| client_->RenewTreePriority();
|
|
|
| + // TODO(danakj): BTW, we can draw inside this function call before activation
|
| + // is really done. ¯\_(ツ)_/¯ crbug.com/433461
|
| client_->OnCanDrawStateChanged(CanDraw());
|
| client_->DidActivateSyncTree();
|
| if (!tree_activation_callback_.is_null())
|
|
|