| Index: Source/core/rendering/RenderTheme.cpp
|
| diff --git a/Source/core/rendering/RenderTheme.cpp b/Source/core/rendering/RenderTheme.cpp
|
| index d160a0fe79648dc653e0a048f7aca630d29085fb..f6b4d80b4076490aef4a0da5790b025ae951bf74 100644
|
| --- a/Source/core/rendering/RenderTheme.cpp
|
| +++ b/Source/core/rendering/RenderTheme.cpp
|
| @@ -51,13 +51,11 @@
|
| #include "core/rendering/RenderInputSpeech.h"
|
| #endif
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| #include "core/dom/ElementShadow.h"
|
| #include "core/html/HTMLCollection.h"
|
| #include "core/html/HTMLDataListElement.h"
|
| #include "core/html/HTMLOptionElement.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#endif
|
|
|
| // The methods in this file are shared by all themes on every platform.
|
|
|
| @@ -896,7 +894,6 @@ bool RenderTheme::paintMeter(RenderObject*, const PaintInfo&, const IntRect&)
|
| return true;
|
| }
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| LayoutUnit RenderTheme::sliderTickSnappingThreshold() const
|
| {
|
| return 0;
|
| @@ -983,7 +980,6 @@ void RenderTheme::paintSliderTicks(RenderObject* o, const PaintInfo& paintInfo,
|
| paintInfo.context->fillRect(tickRect);
|
| }
|
| }
|
| -#endif
|
|
|
| double RenderTheme::animationRepeatIntervalForProgressBar(RenderProgress*) const
|
| {
|
|
|