| 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 dbfe957fab3dc189f4fca56c4b4cd51438ab5f18..f4af3baec2c01ecd349be6a74f379f56a1af6294 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -378,7 +378,7 @@ protected:
|
| bool isInlineBlockOrInlineTable() const final { return isInline() && isAtomicInlineLevel(); }
|
|
|
| void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState& childPaintInvalidationState) override;
|
| - void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason, const LayoutRect* paintInvalidationRect) const override;
|
| + void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override;
|
|
|
| private:
|
| LayoutObjectChildList* virtualChildren() final { return children(); }
|
|
|