Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
index e07ec0f00c8375e799629c44a64675e6faf29dc2..c5a0cbcae3b4cd9580e6d4b361a2ddd84455c132 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h |
@@ -54,7 +54,8 @@ class LayoutSVGInline : public LayoutInline { |
const LayoutObject* pushMappingToContainer( |
const LayoutBoxModelObject* ancestorToStopAt, |
LayoutGeometryMap&) const final; |
- void absoluteQuads(Vector<FloatQuad>&) const final; |
+ void absoluteQuads(Vector<FloatQuad>&, |
+ MapCoordinatesFlags mode = 0) const final; |
private: |
InlineFlowBox* createInlineFlowBox() final; |