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

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

Issue 1148323008: Eliminate SVGTextChunkBuilder::m_textBoxTransformations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/SVGTextChunkBuilder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextLayoutEngine.cpp
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/Source/core/layout/svg/SVGTextLayoutEngine.cpp
index 79956449be86a1beeb6dde89c195033f827e847d..d9f503570a027ef551bc52c8bcc56526726a4c85 100644
--- a/Source/core/layout/svg/SVGTextLayoutEngine.cpp
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.cpp
@@ -269,11 +269,7 @@ void SVGTextLayoutEngine::finishLayout()
SVGTextChunkBuilder chunkLayoutBuilder;
chunkLayoutBuilder.processTextChunks(m_lineLayoutBoxes);
- // Finalize transform matrices, after the chunk layout corrections have been applied, and all fragment x/y positions are finalized.
- if (!m_lineLayoutBoxes.isEmpty()) {
- chunkLayoutBuilder.finalizeTransformMatrices(m_lineLayoutBoxes);
- m_lineLayoutBoxes.clear();
- }
+ m_lineLayoutBoxes.clear();
}
bool SVGTextLayoutEngine::currentLogicalCharacterAttributes(SVGTextLayoutAttributes*& logicalAttributes)
« no previous file with comments | « Source/core/layout/svg/SVGTextChunkBuilder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698