| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| index 9413c6868a932a243361ee2fae82e3477ece1982..ae83ffc43365f489aa6585761a44f989991ba87c 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -223,8 +223,8 @@ void LayoutSVGText::layout()
|
| m_needsPositioningValuesUpdate = false;
|
| updateCachedBoundariesInParents = true;
|
| } else if (m_needsTextMetricsUpdate || SVGLayoutSupport::findTreeRootObject(this)->isLayoutSizeChanged()) {
|
| - // If the root layout size changed (eg. window size changes) or the transform to the root
|
| - // context has changed then recompute the on-screen font size.
|
| + // If the root layout size changed (eg. window size changes), or the screen scale factor has
|
| + // changed, then recompute the on-screen font size.
|
| updateFontAndMetrics(*this);
|
|
|
| ASSERT(!m_needsReordering);
|
|
|