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 a5d51fba85b594f567bca8ec50a642912a4c7f21..f34d1286c0e8f7ed02481e5df702d6b0a89314a6 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h |
@@ -401,8 +401,8 @@ public: |
protected: |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void simplifiedNormalFlowLayout() override; |
- PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject& paintInvalidationContainer) override; |
- void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override; |
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override; |
+ void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState&) override; |
private: |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectTable || LayoutBlock::isOfType(type); } |