Index: Source/core/rendering/svg/SVGTextLayoutAttributes.h |
diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributes.h b/Source/core/rendering/svg/SVGTextLayoutAttributes.h |
index 924a98e2702ca735bbb31ed697aba090a0d59cfb..bd697db2299d1057eaf07375d00d00ab443418f5 100644 |
--- a/Source/core/rendering/svg/SVGTextLayoutAttributes.h |
+++ b/Source/core/rendering/svg/SVGTextLayoutAttributes.h |
@@ -57,6 +57,7 @@ public: |
const SVGCharacterDataMap& characterDataMap() const { return m_characterDataMap; } |
Vector<SVGTextMetrics>& textMetricsValues() { return m_textMetricsValues; } |
+ const Vector<SVGTextMetrics>& textMetricsValues() const { return m_textMetricsValues; } |
private: |
RenderSVGInlineText* m_context; |