| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index be0ab06c868f6ac6fd5c95f822d4f8ad5689bea1..b5577e9697b31de8feae8f0bd243561aa70d0a15 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_;
|
|
|