| Index: cc/trees/layer_tree_host_impl.cc
|
| ===================================================================
|
| --- cc/trees/layer_tree_host_impl.cc (revision 243070)
|
| +++ cc/trees/layer_tree_host_impl.cc (working copy)
|
| @@ -1835,6 +1835,7 @@
|
|
|
| if (success) {
|
| EnforceZeroBudget(false);
|
| + client_->OnGetRendererCapabilities();
|
| client_->SetNeedsCommitOnImplThread();
|
| } else {
|
| if (offscreen_context_provider.get()) {
|
| @@ -1887,6 +1888,7 @@
|
|
|
| SetOffscreenContextProvider(NULL);
|
|
|
| + client_->OnGetRendererCapabilities();
|
| client_->SetNeedsCommitOnImplThread();
|
| }
|
|
|
|
|