Index: third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
index cb452f1df8cdaf76467516ef23c4aa13cce32ce9..5a46a2257b62582efb9604dbf2c305573bf72364 100644 |
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.cpp |
@@ -167,7 +167,7 @@ void RangeInputType::handleMouseDownEvent(MouseEvent* event) { |
SliderThumbElement* thumb = sliderThumbElement(); |
if (targetNode == thumb) |
return; |
- thumb->dragFrom(event->absoluteLocation()); |
+ thumb->dragFrom(LayoutPoint(event->absoluteLocation())); |
} |
void RangeInputType::handleKeydownEvent(KeyboardEvent* event) { |