Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/forms/RangeInputType.h |
| diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.h b/third_party/WebKit/Source/core/html/forms/RangeInputType.h |
| index e18c911b34c2fa57ce3ff9d94caa41cb5a7c7e7f..a0e1d9998a53e6f35619a6eb5e0c9a8175b9ccc2 100644 |
| --- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h |
| +++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h |
| @@ -60,7 +60,7 @@ private: |
| bool isSteppable() const override; |
| void handleMouseDownEvent(MouseEvent*) override; |
| void handleTouchEvent(TouchEvent*) override; |
| - bool hasTouchEventHandler() const override; |
| + TouchHandlerType hasTouchEventHandler() const override; |
|
majidvp
2016/08/03 18:01:06
This is no longer a boolean so 'hasTouchEventHandl
|
| void handleKeydownEvent(KeyboardEvent*) override; |
| LayoutObject* createLayoutObject(const ComputedStyle&) const override; |
| void createShadowSubtree() override; |