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 fd6061e1413aef9cef22d844eebd214c65df1dfb..b9a47aa797eb0befce7a7975982bc811f732ee09 100644 |
--- a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp |
+++ b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp |
@@ -230,7 +230,7 @@ void SliderThumbElement::defaultEventHandler(Event* event) { |
} |
if (eventType == EventTypeNames::mousemove) { |
if (m_inDragMode) |
- setPositionFromPoint(mouseEvent->absoluteLocation()); |
+ setPositionFromPoint(LayoutPoint(mouseEvent->absoluteLocation())); |
return; |
} |