| Index: third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp b/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
|
| index 3eeedced56146103c5ccfc0e681beb684b721128..69515283cc8110b74996b6ac5e6245718ee40be6 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
|
| @@ -456,6 +456,7 @@ void SliderContainerElement::UpdateTouchEventHandlerRegistry() {
|
| GetDocument().GetPage()->GetEventHandlerRegistry();
|
| registry.DidAddEventHandler(
|
| *this, EventHandlerRegistry::kTouchStartOrMoveEventPassive);
|
| + registry.DidAddEventHandler(*this, EventHandlerRegistry::kPointerEvent);
|
| has_touch_event_handler_ = true;
|
| }
|
| }
|
|
|