Index: third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h |
index 58c0130797e9f83c9ca575a153ee9149394d741a..802e6d328de9a59d30a62383fcfb5ec7f75bd5c1 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h |
@@ -34,9 +34,9 @@ protected: |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override; |
- void clearPaintInvalidationFlags(const PaintInvalidationState& paintInvalidationState) override |
+ void clearPaintInvalidationFlags() override |
{ |
- LayoutBox::clearPaintInvalidationFlags(paintInvalidationState); |
+ LayoutBox::clearPaintInvalidationFlags(); |
m_backgroundChangedSinceLastPaintInvalidation = false; |
} |