| Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| index de0ed6011d1012d7f5f62c2db0e88ad7d791019e..9969790038fbba8daaca33cd6794f064b1b03efd 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
|
| @@ -3034,6 +3034,7 @@ void PaintLayer::styleDidChange(StyleDifference diff,
|
| updateClipPath(oldStyle, layoutObject()->styleRef());
|
|
|
| setNeedsCompositingInputsUpdate();
|
| + layoutObject()->setNeedsPaintPropertyUpdate();
|
| }
|
|
|
| bool PaintLayer::scrollsOverflow() const {
|
|
|