| Index: Source/core/rendering/RenderThemeChromiumDefault.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumDefault.h b/Source/core/rendering/RenderThemeChromiumDefault.h
|
| index d3b49c62159219cc12b816d079e68893df7bd753..f22410d805ef3b9e64072e0d6e68180c36815bab 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumDefault.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumDefault.h
|
| @@ -54,10 +54,8 @@ public:
|
| virtual Color platformActiveSelectionForegroundColor() const;
|
| virtual Color platformInactiveSelectionForegroundColor() const;
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| virtual IntSize sliderTickSize() const OVERRIDE;
|
| virtual int sliderTickOffsetFromTrackCenter() const OVERRIDE;
|
| -#endif
|
| virtual void adjustSliderThumbSize(RenderStyle*, Element*) const;
|
|
|
| static void setCaretBlinkInterval(double);
|
|
|