Chromium Code Reviews| 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 94d2864c696535575997ee2d32c898b0d00816eb..a7e4f97a480e50e407924559af1a9f2aebda71de 100644 |
| --- a/cc/trees/layer_tree_host_impl.cc |
| +++ b/cc/trees/layer_tree_host_impl.cc |
| @@ -2031,12 +2031,15 @@ void LayerTreeHostImpl::DeferredInitialize() { |
| ReleaseTreeResources(); |
| renderer_.reset(); |
| + DestroyTileManager(); |
| resource_provider_->InitializeGL(); |
|
danakj
2014/06/11 18:49:17
This method now looks exactly the same as ReleaseG
boliu
2014/06/11 20:00:03
Made whitespace changes so they match
|
| CreateAndSetRenderer(); |
| EnforceZeroBudget(false); |
| + CreateAndSetTileManager(); |
| + |
| client_->SetNeedsCommitOnImplThread(); |
| } |