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

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, 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/stylus_text_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..05d2f1803822ae3f4dbe27fea06ab87b211e5977 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,
float distance_x,
float distance_y) override;
« no previous file with comments | « no previous file | content/browser/renderer_host/input/stylus_text_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698