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

Unified Diff: Source/core/rendering/svg/SVGTextLayoutEngine.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (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/rendering/svg/SVGTextLayoutEngine.h
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h
index b78b90cb3c36dca79193cdae053c3b970394cb0b..36c6d9f958dad94d679c5724cc506f2c537a03b6 100644
--- a/Source/core/rendering/svg/SVGTextLayoutEngine.h
+++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h
@@ -29,7 +29,7 @@
namespace blink {
-class RenderObject;
+class LayoutObject;
class RenderStyle;
class RenderSVGInlineText;
class SVGInlineTextBox;
@@ -49,7 +49,7 @@ public:
Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; }
- void beginTextPathLayout(RenderObject*, SVGTextLayoutEngine& lineLayout);
+ void beginTextPathLayout(LayoutObject*, SVGTextLayoutEngine& lineLayout);
void endTextPathLayout();
void layoutInlineTextBox(SVGInlineTextBox*);
@@ -61,7 +61,7 @@ private:
void updateRelativePositionAdjustmentsIfNeeded(float dx, float dy);
void recordTextFragment(SVGInlineTextBox*, const Vector<SVGTextMetrics>&);
- bool parentDefinesTextLength(RenderObject*) const;
+ bool parentDefinesTextLength(LayoutObject*) const;
void layoutTextOnLineOrPath(SVGInlineTextBox*, const RenderSVGInlineText&, const RenderStyle&);
void finalizeTransformMatrices(Vector<SVGInlineTextBox*>&);
« no previous file with comments | « Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp ('k') | Source/core/rendering/svg/SVGTextLayoutEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698