| Index: Source/core/rendering/RenderThemeChromiumSkia.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumSkia.h b/Source/core/rendering/RenderThemeChromiumSkia.h
|
| index 624d69046bbb2103a896295cdd48542dde3d0d90..27f24738abdfdb2f1177753175d6f223d9f5184b 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumSkia.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumSkia.h
|
| @@ -165,9 +165,7 @@ private:
|
| virtual Color disabledTextColor(const Color& textColor, const Color&) const OVERRIDE { return textColor; }
|
| virtual bool shouldShowPlaceholderWhenFocused() const OVERRIDE;
|
|
|
| -#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
|
|
|