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 0c280d15988fc7f8c7adc47b8c271f9ff929d240..78b8bf07d1ae9f33ecc70c5e0f73cceb98a2631b 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h |
@@ -55,6 +55,7 @@ public: |
void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override; |
void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = nullptr, const PaintInvalidationState* = nullptr) const final; |
+ void mapAncestorToLocal(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip) const final; |
const LayoutObject* pushMappingToContainer(const LayoutBoxModelObject* ancestorToStopAt, LayoutGeometryMap&) const final; |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |