| Index: Source/core/rendering/RenderFlexibleBox.h
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
|
| index 76d13eabc4fe00670c7a96d281827100a4af2399..0f3c5f48a6f04f63174ee1f58e5d7cc965c601e8 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.h
|
| +++ b/Source/core/rendering/RenderFlexibleBox.h
|
| @@ -50,7 +50,7 @@ public:
|
| virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; }
|
| virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
|
|
|
| - virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| + virtual int baselinePosition(FontBaseline, OwnOrFirstLineStyle, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| virtual int firstLineBoxBaseline() const OVERRIDE;
|
| virtual int inlineBlockBaseline(LineDirectionMode) const OVERRIDE;
|
|
|
|
|