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; |