Index: third_party/WebKit/Source/core/input/MouseEventManager.h |
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.h b/third_party/WebKit/Source/core/input/MouseEventManager.h |
index 536d337cd69e10cd5c9efc459f99b472877b2e77..cd301387c552a7bf7a861c304aa5286477618f3d 100644 |
--- a/third_party/WebKit/Source/core/input/MouseEventManager.h |
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.h |
@@ -171,7 +171,7 @@ class CORE_EXPORT MouseEventManager |
// is different from the given element. |
bool slideFocusOnShadowHostIfNecessary(const Element&); |
- bool dragHysteresisExceeded(const IntPoint&) const; |
+ bool dragThresholdExceeded(const IntPoint&) const; |
bool handleDrag(const MouseEventWithHitTestResults&, DragInitiator); |
bool tryStartDrag(const MouseEventWithHitTestResults&); |
void clearDragDataTransfer(); |