| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index a498db70f4b3379acab1207f3744eb53af544696..283b4b3daee66e343836caba9dd19a7c85ab94f9 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -205,7 +205,7 @@ void SVGSVGElement::setCurrentTranslate(const FloatPoint& point)
|
| void SVGSVGElement::updateCurrentTranslate()
|
| {
|
| if (LayoutObject* object = layoutObject())
|
| - object->setNeedsLayoutAndFullPaintInvalidation();
|
| + object->setNeedsLayoutAndFullPaintInvalidation(LayoutInvalidationReason::Unknown);
|
| }
|
|
|
| bool SVGSVGElement::zoomAndPanEnabled() const
|
|
|