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 762ca60598f7666421eb8158e2f5e514b94e9569..dd86be76de94f5ff689717a6962eff9306fdb034 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h |
@@ -45,7 +45,7 @@ class LayoutSVGInlineText final : public LayoutText { |
const Font& scaledFont() const { return m_scaledFont; } |
void updateScaledFont(); |
void updateMetricsList(bool& lastCharacterWasWhiteSpace); |
- static void computeNewScaledFontForStyle(LayoutObject*, |
+ static void computeNewScaledFontForStyle(const LayoutObject&, |
float& scalingFactor, |
Font& scaledFont); |