Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 619c18e6574fe057bb1356a87ff754d68c3196b5..0922c439349da21745f02c2f6ae6491d669e6db8 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -319,9 +319,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) { |
bool AnimateLayersRecursive(Layer* current, base::TimeTicks time); |
- void UIResourceLost(UIResourceId id); |
- |
- void DidLoseUIResources(); |
+ void RecreateUIResources(bool resource_lost); |
typedef base::hash_map<UIResourceId, UIResourceClient*> UIResourceClientMap; |
UIResourceClientMap ui_resource_client_map_; |