| 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 4d0323b40e65627aadec45f7bf1d3d2e36245121..f49f36a2055633d61dc72b18f0968454051aabfb 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -52,6 +52,7 @@ public:
|
|
|
| void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const final;
|
| void absoluteQuads(Vector<FloatQuad>&) const override;
|
| + FloatRect localBoundingBoxRectForAccessibility() const final;
|
|
|
| void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip) const final;
|
| void mapAncestorToLocal(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip) const final;
|
|
|