| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index f5d7384cf6a46e67faa4b8475bb59f358e2d00a7..b908bc135fa7bdef68afb54a5d74edd7f8eacabf 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -390,6 +390,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| scoped_refptr<UIResourceBitmap> bitmap);
|
| // Deletes a UI resource. May safely be called more than once.
|
| void DeleteUIResource(UIResourceId uid);
|
| + void DeleteAllUIResources();
|
|
|
| ResourceProvider::ResourceId ResourceIdForUIResource(UIResourceId uid) const;
|
|
|
|
|