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