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

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

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, 6 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.h
diff --git a/content/browser/renderer_host/input/stylus_text_selector.h b/content/browser/renderer_host/input/stylus_text_selector.h
index 8510a9ea5618541ad732fe24c1bcb91cc504ad9a..72ef3b23eb21da6621e8983c997899358941c743 100644
--- a/content/browser/renderer_host/input/stylus_text_selector.h
+++ b/content/browser/renderer_host/input/stylus_text_selector.h
@@ -57,6 +57,7 @@ class CONTENT_EXPORT StylusTextSelector : public ui::SimpleGestureListener {
bool OnSingleTapUp(const ui::MotionEvent& e, int tap_count) override;
bool OnScroll(const ui::MotionEvent& e1,
const ui::MotionEvent& e2,
+ const ui::MotionEvent& secondary_pointer_down_event,
tdresser 2016/06/28 15:24:18 I'd remove _event from the parameter name.
sahel 2016/06/29 16:26:18 Done.
float distance_x,
float distance_y) override;

Powered by Google App Engine
This is Rietveld 408576698