Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1097)

Unified Diff: third_party/WebKit/Source/core/input/MouseEventManager.h

Issue 2401503002: Align drag threshold across content types. (Closed)
Patch Set: Addressed nits. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698