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

Unified Diff: Source/core/layout/svg/SVGTextMetricsBuilder.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/SVGTextMetrics.cpp ('k') | Source/core/layout/svg/line/SVGInlineTextBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/SVGTextMetricsBuilder.cpp
diff --git a/Source/core/layout/svg/SVGTextMetricsBuilder.cpp b/Source/core/layout/svg/SVGTextMetricsBuilder.cpp
index beba0d1f5811a142784ba19bd1f085b1b26d6e3b..77f8d6bec02e2f87d1837021b8b909361595ac65 100644
--- a/Source/core/layout/svg/SVGTextMetricsBuilder.cpp
+++ b/Source/core/layout/svg/SVGTextMetricsBuilder.cpp
@@ -97,7 +97,7 @@ SVGTextMetricsCalculator::~SVGTextMetricsCalculator()
void SVGTextMetricsCalculator::setupBidiRuns()
{
- const LayoutStyle& style = m_text->styleRef();
+ const ComputedStyle& style = m_text->styleRef();
m_textDirection = style.direction();
if (isOverride(style.unicodeBidi()))
return;
« no previous file with comments | « Source/core/layout/svg/SVGTextMetrics.cpp ('k') | Source/core/layout/svg/line/SVGInlineTextBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698