Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
index ba68a813e762ea64174798375a93de3d08c42017..dc35d3d59a4c777bc5f70eba3ffb6b276b788258 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.h |
@@ -77,7 +77,8 @@ class LayoutSVGText final : public LayoutSVGBlock { |
void layout() override; |
- void absoluteQuads(Vector<FloatQuad>&) const override; |
+ void absoluteQuads(Vector<FloatQuad>&, |
+ MapCoordinatesFlags mode = 0) const override; |
void addChild(LayoutObject* child, |
LayoutObject* beforeChild = nullptr) override; |