| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index 0dc737bee245b2db047fe5d931ab658e754cab53..9724fac39883c3ff17e565cdd06246fe76a647af 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -48,7 +48,7 @@ public:
|
| virtual bool isFlexibleBox() const OVERRIDE FINAL { return true; }
|
| virtual bool avoidsFloats() const OVERRIDE FINAL { return true; }
|
| virtual bool canCollapseAnonymousBlockChild() const OVERRIDE FINAL { return false; }
|
| - virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE FINAL;
|
| + virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
|
|
|
| virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| virtual int firstLineBoxBaseline() const OVERRIDE;
|
|
|