| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| index 4ca014f0ef87102e4cf954ac4eeba25c3cafe893..c89ac47fddc234074cfd839bc73a172e833ddc3a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.cpp
|
| @@ -83,6 +83,11 @@ void LayoutSVGModelObject::absoluteQuads(Vector<FloatQuad>& quads) const
|
| quads.append(localToAbsoluteQuad(strokeBoundingBox()));
|
| }
|
|
|
| +FloatRect LayoutSVGModelObject::localBoundingBoxRectForAccessibility() const
|
| +{
|
| + return strokeBoundingBox();
|
| +}
|
| +
|
| void LayoutSVGModelObject::willBeDestroyed()
|
| {
|
| SVGResourcesCache::clientDestroyed(this);
|
|
|