| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 55c9f49a3a713a27b412adc3ffaf4f101c48eecc..f61617268cba3b66c9940cd9ab115e92c88d55d8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -379,7 +379,7 @@
|
|
|
| void invalidatePaintForOverhangingFloats(bool paintAllDescendants) final;
|
| void invalidatePaintForOverflow() final;
|
| - void invalidateDisplayItemClients(PaintInvalidationReason) const override;
|
| + void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer, PaintInvalidationReason) const override;
|
|
|
| void clearFloats(EClear);
|
|
|
|
|