| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index 0317ac1f72ed629488c17d62012d31ff0ac19612..635088a1a92231c543b007785961d3b4285d1f7b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -129,6 +129,11 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
|
|
| void invalidatePaintForViewAndCompositedLayers();
|
|
|
| + PaintInvalidationReason invalidatePaintIfNeeded(
|
| + const PaintInvalidationState&) override;
|
| + PaintInvalidationReason invalidatePaintIfNeeded(
|
| + const PaintInvalidatorContext&) const override;
|
| +
|
| void paint(const PaintInfo&, const LayoutPoint&) const override;
|
| void paintBoxDecorationBackground(const PaintInfo&,
|
| const LayoutPoint&) const override;
|
|
|