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

Unified Diff: content/browser/renderer_host/input/stylus_text_selector.cc

Issue 2058723003: Slop region check for multi-finger scroll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: content/browser/renderer_host/input/stylus_text_selector.cc
diff --git a/content/browser/renderer_host/input/stylus_text_selector.cc b/content/browser/renderer_host/input/stylus_text_selector.cc
index b383b6c570dfc7cd56a4445ec3e81fa84f624ae1..5af89606c47af2a4c6a54a998d640ebcacf15cd1 100644
--- a/content/browser/renderer_host/input/stylus_text_selector.cc
+++ b/content/browser/renderer_host/input/stylus_text_selector.cc
@@ -112,6 +112,7 @@ bool StylusTextSelector::OnSingleTapUp(const MotionEvent& e, int tap_count) {
bool StylusTextSelector::OnScroll(const MotionEvent& e1,
const MotionEvent& e2,
+ const MotionEvent& secondary_pointer_down,
float distance_x,
float distance_y) {
DCHECK(text_selection_triggered_);
« no previous file with comments | « content/browser/renderer_host/input/stylus_text_selector.h ('k') | ui/aura/gestures/gesture_recognizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698