| 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 bc3c8ab91051a5b4fd8b80b77ce827c116c12f4e..9391080bc8a9920ce2c37d4d8d09bdf57c1fdeee 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -355,7 +355,7 @@ private:
|
|
|
| void invalidatePaintForOverhangingFloats(bool paintAllDescendants) final;
|
| void invalidatePaintForOverflow() final;
|
| - void paintFloats(const PaintInfo&, const LayoutPoint&, bool preservePhase = false) const final;
|
| + void paintFloats(const PaintInfo&, const LayoutPoint&) const final;
|
| void paintSelection(const PaintInfo&, const LayoutPoint&) const final;
|
| virtual void clipOutFloatingObjects(const LayoutBlock*, ClipScope&, const LayoutPoint&, const LayoutSize&) const;
|
| void clearFloats(EClear);
|
|
|