| Index: Source/core/rendering/RenderButton.h
|
| diff --git a/Source/core/rendering/RenderButton.h b/Source/core/rendering/RenderButton.h
|
| index a9ebdfd7b36659ce2363d3ca0beafcb332cb7ab1..6af128d294050cae23762cd080b6b3e65f726278 100644
|
| --- a/Source/core/rendering/RenderButton.h
|
| +++ b/Source/core/rendering/RenderButton.h
|
| @@ -54,7 +54,7 @@ public:
|
| virtual bool hasControlClip() const OVERRIDE { return true; }
|
| virtual LayoutRect controlClipRect(const LayoutPoint&) const OVERRIDE;
|
|
|
| - virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode) const OVERRIDE;
|
| + virtual int baselinePosition(FontBaseline, OwnOrFirstLineStyle, LineDirectionMode, LinePositionMode) const OVERRIDE;
|
|
|
| private:
|
| virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
|
|
|