| Index: Source/core/layout/LayoutBoxModelObject.cpp
|
| diff --git a/Source/core/layout/LayoutBoxModelObject.cpp b/Source/core/layout/LayoutBoxModelObject.cpp
|
| index 7f7e52dab4b00821c2d0e9d6cc0a33e551e49f5e..8280bdf233f974b2216748a302ba40bff42180cf 100644
|
| --- a/Source/core/layout/LayoutBoxModelObject.cpp
|
| +++ b/Source/core/layout/LayoutBoxModelObject.cpp
|
| @@ -184,7 +184,7 @@ void LayoutBoxModelObject::styleDidChange(StyleDifference diff, const LayoutStyl
|
| if (s_wasFloating && isFloating())
|
| setChildNeedsLayout();
|
| if (hadTransform)
|
| - setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| + setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::StyleChange);
|
| }
|
|
|
| if (layer()) {
|
|
|