| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index c621c78145195ca30c53d77ea6996935f1e84276..c7ffc47aaf929b0b64fcd8656e04b9aa2a7e4d50 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -378,7 +378,6 @@ protected:
|
| // isInline.
|
| bool isInlineBlockOrInlineTable() const final { return isInline() && isAtomicInlineLevel(); }
|
|
|
| - void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState& childPaintInvalidationState) override;
|
| void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override;
|
|
|
| private:
|
|
|