| Index: third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| index 94407b1ae8242686115197e612ca0300d14b3bbf..113b027f7eead20dab0cde9365af799faf63b7d8 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp
|
| @@ -151,8 +151,6 @@ void SVGPathElement::RemovedFrom(ContainerNode* root_parent) {
|
| }
|
|
|
| FloatRect SVGPathElement::GetBBox() {
|
| - GetDocument().UpdateStyleAndLayoutIgnorePendingStylesheets();
|
| -
|
| // We want the exact bounds.
|
| return SVGPathElement::AsPath().BoundingRect(Path::BoundsType::kExact);
|
| }
|
|
|