Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
index 823b44b2422632214c9e3c612b7a640650e9ad98..33eed6c6be4f18fac042f2316aca5e5652904a0c 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
@@ -54,7 +54,8 @@ class LayoutSVGModelObject : public LayoutObject { |
void absoluteRects(Vector<IntRect>&, |
const LayoutPoint& accumulatedOffset) const final; |
- void absoluteQuads(Vector<FloatQuad>&) const override; |
+ void absoluteQuads(Vector<FloatQuad>&, |
+ MapCoordinatesFlags mode = 0) const override; |
FloatRect localBoundingBoxRectForAccessibility() const final; |
void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, |