| Index: Source/core/layout/LayoutPart.h
|
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
|
| index fc4acaba6590b89f62054bd53091f1d5254790dc..223e70cec518eead609b40a8371802599f9e3db9 100644
|
| --- a/Source/core/layout/LayoutPart.h
|
| +++ b/Source/core/layout/LayoutPart.h
|
| @@ -64,6 +64,7 @@ protected:
|
|
|
| // Overridden to invalidate the child frame if any.
|
| void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
|
| + void clearRepaintFlagsOfSubtrees() override;
|
|
|
| private:
|
| CompositingReasons additionalCompositingReasons() const override;
|
|
|