Chromium Code Reviews| Index: Source/core/layout/LayoutPart.h |
| diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h |
| index eac86a2cad75c8bcf55fd6338095b8adfe6d783c..160ddbbfbf41e7986a669e677c9f1e8c3c7b87bd 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 void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override; |
|
chrishtr
2015/06/29 23:32:22
invalidatePaintOfWidgetIfNeeded()
Xianzhu
2015/06/30 00:02:13
This overrides LayoutObject::invalidatePaintOfSubt
|
| + |
| private: |
| virtual CompositingReasons additionalCompositingReasons() const override; |