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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/SVGResourcesCache.cpp ('k') | Source/core/layout/svg/SVGTextLayoutEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextChunkBuilder.cpp
diff --git a/Source/core/layout/svg/SVGTextChunkBuilder.cpp b/Source/core/layout/svg/SVGTextChunkBuilder.cpp
index 041b3cea452fdcf34d9b2fd4f63f1f2820e4c71a..c0a74d909e7cec135e3a55cdf9a943040c7032ea 100644
--- a/Source/core/layout/svg/SVGTextChunkBuilder.cpp
+++ b/Source/core/layout/svg/SVGTextChunkBuilder.cpp
@@ -87,9 +87,9 @@ void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxe
LayoutSVGInlineText& textRenderer = toLayoutSVGInlineText(textBox->layoutObject());
- const LayoutStyle& style = toLayoutSVGInlineText(textBox->layoutObject()).styleRef();
+ const ComputedStyle& style = toLayoutSVGInlineText(textBox->layoutObject()).styleRef();
- const SVGLayoutStyle& svgStyle = style.svgStyle();
+ const SVGComputedStyle& svgStyle = style.svgStyle();
// Build chunk style flags.
unsigned chunkStyle = SVGTextChunk::DefaultStyle;
« no previous file with comments | « Source/core/layout/svg/SVGResourcesCache.cpp ('k') | Source/core/layout/svg/SVGTextLayoutEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698