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

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

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/SVGResourcesCache.cpp ('k') | Source/core/layout/svg/SVGResourcesCycleSolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGResourcesCycleSolver.h
diff --git a/Source/core/layout/svg/SVGResourcesCycleSolver.h b/Source/core/layout/svg/SVGResourcesCycleSolver.h
index e16c6091fda49887ce8b9e0a905bd6c7d81e0117..5431883ab7c25fe5e998edc5e5766b017bc6baa6 100644
--- a/Source/core/layout/svg/SVGResourcesCycleSolver.h
+++ b/Source/core/layout/svg/SVGResourcesCycleSolver.h
@@ -26,7 +26,7 @@
namespace blink {
class LayoutObject;
-class RenderSVGResourceContainer;
+class LayoutSVGResourceContainer;
class SVGResources;
class SVGResourcesCycleSolver {
@@ -37,11 +37,11 @@ public:
void resolveCycles();
- typedef HashSet<RenderSVGResourceContainer*> ResourceSet;
+ typedef HashSet<LayoutSVGResourceContainer*> ResourceSet;
private:
- bool resourceContainsCycles(RenderSVGResourceContainer*);
- void breakCycle(RenderSVGResourceContainer*);
+ bool resourceContainsCycles(LayoutSVGResourceContainer*);
+ void breakCycle(LayoutSVGResourceContainer*);
LayoutObject* m_renderer;
SVGResources* m_resources;
« no previous file with comments | « Source/core/layout/svg/SVGResourcesCache.cpp ('k') | Source/core/layout/svg/SVGResourcesCycleSolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698