Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index 0d4fbf9fd0806d37a567c2559c45470da83ad913..9ae7266b0959b4d17e0c351d67623fcc24ba002b 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -629,6 +629,11 @@ void LayerTreeImpl::ProcessUIResourceRequestQueue() { |
break; |
} |
} |
+ |
+ // If all UI resource evictions were not be recreated by this commit, then |
powei
2013/09/10 21:50:51
be
|
+ // another commit is required. |
+ if (layer_tree_host_impl_->EvictedUIResourcesExist()) |
+ layer_tree_host_impl_->SetNeedsCommit(); |
} |
void LayerTreeImpl::AddLayerWithCopyOutputRequest(LayerImpl* layer) { |