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

Unified Diff: Source/core/layout/svg/LayoutSVGResourceMarker.cpp

Issue 921633007: Move the SVG container code from rendering/svg 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
Index: Source/core/layout/svg/LayoutSVGResourceMarker.cpp
diff --git a/Source/core/layout/svg/LayoutSVGResourceMarker.cpp b/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
index 0308153dfd894c918f1ea060792ad1ede25e0290..abe14b6c7f91eb1623913d6d5f0428f661ce8844 100644
--- a/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
+++ b/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
@@ -45,7 +45,7 @@ void LayoutSVGResourceMarker::layout()
TemporaryChange<bool> inLayoutChange(m_isInLayout, true);
- // RenderSVGHiddenContainer overwrites layout(). We need the
+ // LayoutSVGHiddenContainer overwrites layout(). We need the
// layouting of LayoutSVGContainer for calculating local
// transformations and paint invalidation.
LayoutSVGContainer::layout();
« no previous file with comments | « Source/core/layout/svg/LayoutSVGResourceFilterPrimitive.cpp ('k') | Source/core/layout/svg/LayoutSVGTransformableContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698