| Index: Source/core/html/RangeInputType.h
|
| diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h
|
| index 541835c9d29190880214972ad040d569c67a240e..0bb1c0308f0098adc98055ad507aa72ceae1afc6 100644
|
| --- a/Source/core/html/RangeInputType.h
|
| +++ b/Source/core/html/RangeInputType.h
|
| @@ -53,8 +53,10 @@ private:
|
| virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
|
| virtual bool isSteppable() const OVERRIDE;
|
| virtual void handleMouseDownEvent(MouseEvent*) OVERRIDE;
|
| +#if ENABLE(TOUCH_EVENTS)
|
| virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
|
| virtual bool hasTouchEventHandler() const OVERRIDE;
|
| +#endif
|
| virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE;
|
| virtual void createShadowSubtree() OVERRIDE;
|
|
|