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

Unified Diff: Source/core/layout/svg/SVGResourcesCache.h

Issue 1302713003: Don't register excessive pending SVG resources (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/layout/svg/SVGResources.cpp ('k') | Source/core/layout/svg/SVGResourcesCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGResourcesCache.h
diff --git a/Source/core/layout/svg/SVGResourcesCache.h b/Source/core/layout/svg/SVGResourcesCache.h
index de75073a8d0869aa5e86d260f6eb527f720744ba..d22327673470735fb10cb2d8243f0db0498f110c 100644
--- a/Source/core/layout/svg/SVGResourcesCache.h
+++ b/Source/core/layout/svg/SVGResourcesCache.h
@@ -56,9 +56,6 @@ public:
// Called from all SVG layoutObjects styleDidChange() methods.
static void clientStyleChanged(LayoutObject*, StyleDifference, const ComputedStyle& newStyle);
- // Called from LayoutSVGResourceContainer::willBeDestroyed().
- static void resourceDestroyed(LayoutSVGResourceContainer*);
-
private:
void addResourcesFromLayoutObject(LayoutObject*, const ComputedStyle&);
void removeResourcesFromLayoutObject(LayoutObject*);
« no previous file with comments | « Source/core/layout/svg/SVGResources.cpp ('k') | Source/core/layout/svg/SVGResourcesCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698