Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h |
index 112b3f041ee2681dec4d733e96564371398257b8..c2dbfb0bdb393e62bb3ad690f8b30ccf8b6919f3 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h |
@@ -43,6 +43,7 @@ public: |
float scalingFactor() const { return m_scalingFactor; } |
const Font& scaledFont() const { return m_scaledFont; } |
void updateScaledFont(); |
+ void updateMetricsList(bool& lastCharacterWasWhiteSpace); |
static void computeNewScaledFontForStyle(LayoutObject*, float& scalingFactor, Font& scaledFont); |
// Preserves floating point precision for the use in DRT. It knows how to round and does a better job than enclosingIntRect. |