| 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 8510ca1ae25bdaa37b1c40f3b5d20c4584547157..7b213eecf0039ef597c596291df51b43b5bad386 100644
|
| --- a/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| +++ b/third_party/WebKit/Source/core/layout/FloatingObjects.h
|
| @@ -137,8 +137,7 @@ class FloatingObject {
|
| const LayoutRect&,
|
| bool shouldPaint,
|
| bool isDescendant,
|
| - bool isLowestNonOverhangingFloatInChild,
|
| - bool performingUnsafeClone = false);
|
| + bool isLowestNonOverhangingFloatInChild);
|
|
|
| bool shouldPaintForCompositedLayoutPart();
|
|
|
|
|