Index: Source/core/rendering/RenderThemeChromiumSkia.h |
diff --git a/Source/core/rendering/RenderThemeChromiumSkia.h b/Source/core/rendering/RenderThemeChromiumSkia.h |
index 993dd2de46926398a3c70550f0befc1b81e78df9..4a027ccbbf6ff7a809e26b6f02452d6e4b43fbe6 100644 |
--- a/Source/core/rendering/RenderThemeChromiumSkia.h |
+++ b/Source/core/rendering/RenderThemeChromiumSkia.h |
@@ -162,9 +162,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 |