| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 67d3cacb81f77ff7e8250953bc5e9f39ef709a8f..d56d30c4de765797026436e916e4084510911f20 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -2632,6 +2632,7 @@ inline void LayoutObject::clearNeedsLayout() {
|
| // Set flags for later stages/cycles.
|
| setEverHadLayout();
|
| setMayNeedPaintInvalidation();
|
| + setNeedsPaintPropertyUpdate();
|
|
|
| // Clear needsLayout flags.
|
| setSelfNeedsLayout(false);
|
|
|