| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| index 72eb66294a22309972c86c6fd0cc24f2e91d9d07..4614d56f191dacdbfd2121325e40e5b2992c8ee2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -375,7 +375,6 @@ protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| void simplifiedNormalFlowLayout() override;
|
| PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject& paintInvalidationContainer) override;
|
| - void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
|
|
|
| private:
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectTable || LayoutBlock::isOfType(type); }
|
|
|