| Index: Source/core/layout/LayoutPart.h
|
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
|
| index eac86a2cad75c8bcf55fd6338095b8adfe6d783c..cfa1eec6875f38f85139da8358dedd9871ec2bb3 100644
|
| --- a/Source/core/layout/LayoutPart.h
|
| +++ b/Source/core/layout/LayoutPart.h
|
| @@ -62,6 +62,9 @@ protected:
|
| virtual void paint(const PaintInfo&, const LayoutPoint&) override;
|
| virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final;
|
|
|
| + // Overridden to invalidate the child frame if any.
|
| + virtual void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
|
| +
|
| private:
|
| virtual CompositingReasons additionalCompositingReasons() const override;
|
|
|
|
|