Index: third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp |
index d5ca0fc2a5c53c3e520fcf5f23f6fd2f6cd929ba..bbdf04317833605b1495803ee45c04d07fbd4aca 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp |
+++ b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp |
@@ -341,6 +341,7 @@ void SliderContainerElement::handleTouchEvent(TouchEvent* event) { |
return; |
if (event->type() == EventTypeNames::touchend) { |
+ // TODO: Also do this for touchcancel? |
input->dispatchFormControlChangeEvent(); |
event->setDefaultHandled(); |
m_slidingDirection = NoMove; |