| Index: third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCol.h b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| index a028b3b73ac374db8fd72ff02c5fd5b908f956bd..5cf44a6738c51c6c573cf9069ad0b26827821015 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCol.h
|
| @@ -108,7 +108,7 @@ private:
|
| PaintLayerType layerTypeRequired() const override { return NoPaintLayer; }
|
|
|
| LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = nullptr) const override;
|
| - void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
| + void imageChanged(bool, WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
|
|