| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 4b6a376638ab0a609520c227301a0a1eed5f6bbe..be48d92451fd8dbd03a61b7672b6a4a9a3e3e640 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1012,6 +1012,7 @@ private:
|
| // Should check this object for paint invalidation.
|
| if (!needsLayout())
|
| setMayNeedPaintInvalidation();
|
| + invalidateScrollAncestorConstraints();
|
| }
|
|
|
| // Returns true if the box intersects the viewport visible to the user.
|
|
|