| 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 4cb02a76d98f9af61803cf8db95bc2238a0a6fae..0d446e23cf1da1f41d42aa9fa466d5065c676f19 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -505,7 +505,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
|
| LayoutUnit logicalTopOffset) const;
|
|
|
| void removeFloatingObject(LayoutBox*);
|
| - void removeFloatingObjectsBelow(FloatingObject*, int logicalOffset);
|
| + void removeFloatingObjectsBelow(FloatingObject*, LayoutUnit logicalOffset);
|
|
|
| LayoutUnit getClearDelta(LayoutBox* child, LayoutUnit yPos);
|
|
|
|
|