| 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 3c3b59e095267f447019109190f8e47392338e0c..afbeeaf51847565c76a56cc089b8258473ac9ea0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -140,8 +140,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| void InvalidatePaintForViewAndCompositedLayers();
|
|
|
| PaintInvalidationReason InvalidatePaint(
|
| - const PaintInvalidationState&) override;
|
| - PaintInvalidationReason InvalidatePaint(
|
| const PaintInvalidatorContext&) const override;
|
|
|
| void Paint(const PaintInfo&, const LayoutPoint&) const override;
|
|
|