| Index: Source/core/rendering/RenderSlider.h
|
| diff --git a/Source/core/rendering/RenderSlider.h b/Source/core/rendering/RenderSlider.h
|
| index 53085a3388c80fbcae04fe9401964ecd9e896058..25bff2fb20a51fd711e69ce8dcac53ce276016a1 100644
|
| --- a/Source/core/rendering/RenderSlider.h
|
| +++ b/Source/core/rendering/RenderSlider.h
|
| @@ -43,7 +43,6 @@ private:
|
|
|
| virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
|
| virtual void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const OVERRIDE;
|
| - virtual void computePreferredLogicalWidths() OVERRIDE;
|
| virtual void layout() OVERRIDE;
|
|
|
| SliderThumbElement* sliderThumbElement() const;
|
|
|