| Index: Source/core/rendering/RenderThemeChromiumMac.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumMac.h b/Source/core/rendering/RenderThemeChromiumMac.h
|
| index 1f55e4f02896fe72f3244baee0c26f736b8cf6b8..28e88384a6fdfd711694b25505f9e5a798d24543 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumMac.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumMac.h
|
| @@ -69,10 +69,8 @@ public:
|
|
|
| virtual void adjustSliderThumbSize(RenderStyle*, Element*) const;
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| virtual IntSize sliderTickSize() const OVERRIDE;
|
| virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE;
|
| -#endif
|
|
|
| virtual int popupInternalPaddingLeft(RenderStyle*) const;
|
| virtual int popupInternalPaddingRight(RenderStyle*) const;
|
| @@ -215,9 +213,7 @@ private:
|
| virtual Color disabledTextColor(const Color& textColor, const Color&) const OVERRIDE { return textColor; }
|
| virtual void updateActiveState(NSCell*, const RenderObject*);
|
| virtual String extraDefaultStyleSheet();
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| virtual LayoutUnit sliderTickSnappingThreshold() const OVERRIDE;
|
| -#endif
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| virtual bool supportsCalendarPicker(const AtomicString& type) const OVERRIDE;
|
| #endif
|
|
|