| Index: Source/core/rendering/RenderTheme.h
|
| diff --git a/Source/core/rendering/RenderTheme.h b/Source/core/rendering/RenderTheme.h
|
| index ad45273f3921f47743bff0f8436805a0de37e4a6..bb3184b86ceb6e0a6b9fa7fa2e63c278b51364a5 100644
|
| --- a/Source/core/rendering/RenderTheme.h
|
| +++ b/Source/core/rendering/RenderTheme.h
|
| @@ -196,7 +196,6 @@ public:
|
| virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const;
|
| virtual bool supportsMeter(ControlPart) const;
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| // Returns the threshold distance for snapping to a slider tick mark.
|
| virtual LayoutUnit sliderTickSnappingThreshold() const;
|
| // Returns size of one slider tick mark for a horizontal track.
|
| @@ -205,7 +204,6 @@ public:
|
| // Returns the distance of slider tick origin from the slider track center.
|
| virtual int sliderTickOffsetFromTrackCenter() const = 0;
|
| void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
|
| -#endif
|
|
|
| virtual bool shouldShowPlaceholderWhenFocused() const { return false; }
|
| virtual bool shouldHaveSpinButton(HTMLInputElement*) const;
|
|
|