| Index: third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.h b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| index 62a88c683f86ef97c16d96d7965a30184a7fb6b7..07cfa56b19939511d11f22a5551efb5231c413f3 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
|
| @@ -93,6 +93,9 @@ class SVGResources {
|
| // Methods operating on all cached resources
|
| void removeClientFromCache(LayoutObject*,
|
| bool markForInvalidation = true) const;
|
| + void removeClientFromCacheAffectingObjectBounds(
|
| + LayoutObject*,
|
| + bool markForInvalidation = true) const;
|
| void resourceDestroyed(LayoutSVGResourceContainer*);
|
|
|
| #ifndef NDEBUG
|
|
|