| 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 346b89406e7e240e1ae92d37a9a93b488e1da678..d764c2b567cbc05e9859dac022760c7574b95802 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1844,6 +1844,7 @@ bool LayerTreeHostImpl::DeferredInitialize(
|
|
|
| if (success) {
|
| EnforceZeroBudget(false);
|
| + client_->UpdateRendererCapabilitiesOnImplThread();
|
| client_->SetNeedsCommitOnImplThread();
|
| } else {
|
| if (offscreen_context_provider.get()) {
|
| @@ -1896,6 +1897,7 @@ void LayerTreeHostImpl::ReleaseGL() {
|
|
|
| SetOffscreenContextProvider(NULL);
|
|
|
| + client_->UpdateRendererCapabilitiesOnImplThread();
|
| client_->SetNeedsCommitOnImplThread();
|
| }
|
|
|
|
|