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

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

Issue 370803002: Return transform from transformationForTextBox instead of using out-param (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/SVGTextChunkBuilder.h
diff --git a/Source/core/rendering/svg/SVGTextChunkBuilder.h b/Source/core/rendering/svg/SVGTextChunkBuilder.h
index 391ffbc8c7e758d9f04c23c8567eccdccbffdcea..910f29dc88c4c14d7b641c5c0ec4c0e318d2c5bc 100644
--- a/Source/core/rendering/svg/SVGTextChunkBuilder.h
+++ b/Source/core/rendering/svg/SVGTextChunkBuilder.h
@@ -40,7 +40,7 @@ public:
SVGTextChunkBuilder();
const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
- void transformationForTextBox(SVGInlineTextBox*, AffineTransform&) const;
+ AffineTransform transformationForTextBox(SVGInlineTextBox*) const;
void buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
void layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
« no previous file with comments | « no previous file | Source/core/rendering/svg/SVGTextChunkBuilder.cpp » ('j') | Source/core/rendering/svg/SVGTextLayoutEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698