| Index: third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.h b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| index a43103515bb0559d2d8e009fa5aa3770106ae017..35fd6d6d5eff99bc51598cebe28b24b82bc3ea7e 100644
|
| --- a/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| +++ b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| @@ -91,7 +91,7 @@ public:
|
|
|
| private:
|
| explicit FloatingObject(LayoutBox*);
|
| - FloatingObject(LayoutBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant, bool isLowestNonOverhangingFloatInChild, bool performingUnsafeClone = false);
|
| + FloatingObject(LayoutBox*, Type, const LayoutRect&, bool shouldPaint, bool isDescendant, bool isLowestNonOverhangingFloatInChild);
|
|
|
| bool shouldPaintForCompositedLayoutPart();
|
|
|
|
|