Chromium Code Reviews| 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; |