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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceContainer.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 | « no previous file | Source/core/layout/svg/LayoutSVGResourceContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGResourceContainer.h
diff --git a/Source/core/layout/svg/LayoutSVGResourceContainer.h b/Source/core/layout/svg/LayoutSVGResourceContainer.h
index ee85dd272b40c418d16ced8428c4d53214ef4ed6..d1484644256b9ce47471444b8c46aa025d979b99 100644
--- a/Source/core/layout/svg/LayoutSVGResourceContainer.h
+++ b/Source/core/layout/svg/LayoutSVGResourceContainer.h
@@ -92,6 +92,7 @@ private:
friend class SVGResourcesCache;
void addClient(LayoutObject*);
void removeClient(LayoutObject*);
+ void detachAllClients();
void registerResource();
« no previous file with comments | « no previous file | Source/core/layout/svg/LayoutSVGResourceContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698