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

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

Issue 944923004: rendering/RenderBoxModelObject -> layout/LayoutBoxModelObject (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/SVGTextLayoutAttributesBuilder.h ('k') | Source/core/page/PrintContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp
diff --git a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp
index 5e578099b942f132e2a1462b782b39f5a7e360d6..146f8ac9a86a152ad5ee16ec712b38726a61d582 100644
--- a/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp
+++ b/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.cpp
@@ -100,7 +100,7 @@ static inline void processLayoutSVGInlineText(LayoutSVGInlineText* text, unsigne
}
}
-void SVGTextLayoutAttributesBuilder::collectTextPositioningElements(RenderBoxModelObject& start, UChar& lastCharacter)
+void SVGTextLayoutAttributesBuilder::collectTextPositioningElements(LayoutBoxModelObject& start, UChar& lastCharacter)
{
ASSERT(!start.isSVGText() || m_textPositions.isEmpty());
« no previous file with comments | « Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h ('k') | Source/core/page/PrintContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698