Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGResources.h

Issue 2647443004: Add SVGResources helper for resource-bounds invalidation (Closed)
Patch Set: Default was actually true... Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698