| Index: Source/core/rendering/RenderListBox.h
|
| diff --git a/Source/core/rendering/RenderListBox.h b/Source/core/rendering/RenderListBox.h
|
| index 9a99eab5f179f79c9458d7a1b5389b76e6aa304b..9efed1f7798150f158ea2d7cc4cedee963fa3fb4 100644
|
| --- a/Source/core/rendering/RenderListBox.h
|
| +++ b/Source/core/rendering/RenderListBox.h
|
| @@ -77,7 +77,7 @@ private:
|
|
|
| virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
|
| virtual void computePreferredLogicalWidths() OVERRIDE;
|
| - virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| + virtual int baselinePosition(FontBaseline, OwnOrFirstLineStyle, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
|
|
|
| virtual void layout() OVERRIDE;
|
|
|