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

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

Issue 1156053002: Move SVGTextChunkBuilder out of SVGTextLayoutEngine (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/SVGTextChunkBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextChunkBuilder.h
diff --git a/Source/core/layout/svg/SVGTextChunkBuilder.h b/Source/core/layout/svg/SVGTextChunkBuilder.h
index 6925f61a1a9a1484a49ff7c56c80ee532ea6b6f1..99808a8f3e043a17a656a49b574359de66a0a4d0 100644
--- a/Source/core/layout/svg/SVGTextChunkBuilder.h
+++ b/Source/core/layout/svg/SVGTextChunkBuilder.h
@@ -42,7 +42,8 @@ public:
SVGTextChunkBuilder();
const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
- AffineTransform transformationForTextBox(SVGInlineTextBox*) const;
+ void processTextChunks(const Vector<SVGInlineTextBox*>&);
+ void finalizeTransformMatrices(const Vector<SVGInlineTextBox*>&) const;
void buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
void layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
« no previous file with comments | « no previous file | Source/core/layout/svg/SVGTextChunkBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698