| Index: Source/core/layout/LayoutPart.h
|
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
|
| index eac86a2cad75c8bcf55fd6338095b8adfe6d783c..f1abbfd202190cdb865ca64d213489f3ca3ec783 100644
|
| --- a/Source/core/layout/LayoutPart.h
|
| +++ b/Source/core/layout/LayoutPart.h
|
| @@ -62,6 +62,8 @@ protected:
|
| virtual void paint(const PaintInfo&, const LayoutPoint&) override;
|
| virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final;
|
|
|
| + virtual PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject& paintInvalidationContainer) override;
|
| +
|
| private:
|
| virtual CompositingReasons additionalCompositingReasons() const override;
|
|
|
|
|