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

Unified Diff: Source/core/layout/svg/SVGTextMetrics.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
Index: Source/core/layout/svg/SVGTextMetrics.cpp
diff --git a/Source/core/layout/svg/SVGTextMetrics.cpp b/Source/core/layout/svg/SVGTextMetrics.cpp
index 68beeb2e8370aca7b47265d0f26d547f6ead88c8..6debd243c1355e593c2cca763eb0f7df2abeed51 100644
--- a/Source/core/layout/svg/SVGTextMetrics.cpp
+++ b/Source/core/layout/svg/SVGTextMetrics.cpp
@@ -58,7 +58,7 @@ SVGTextMetrics::SVGTextMetrics(LayoutSVGInlineText* textRenderer, const TextRun&
TextRun SVGTextMetrics::constructTextRun(LayoutSVGInlineText* text, unsigned position, unsigned length, TextDirection textDirection)
{
- const LayoutStyle& style = text->styleRef();
+ const ComputedStyle& style = text->styleRef();
TextRun run(static_cast<const LChar*>(0) // characters, will be set below if non-zero.
, 0 // length, will be set below if non-zero.
« no previous file with comments | « Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp ('k') | Source/core/layout/svg/SVGTextMetricsBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698