| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 56dbaadc81476b59741fea9b341ddb020ba49cbe..ff42e8d957061ad36ff714db908ba4e8f72770fe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1852,6 +1852,9 @@ void LayoutObject::styleDidChange(StyleDifference diff, const ComputedStyle* old
|
| setNeedsPositionedMovementLayout();
|
| }
|
|
|
| + if (diff.scrollAnchorDisablingPropertyChanged())
|
| + setScrollAnchorDisablingStyleChanged(true);
|
| +
|
| // Don't check for paint invalidation here; we need to wait until the layer has been
|
| // updated by subclasses before we know if we have to invalidate paints (in setStyle()).
|
|
|
|
|