| Index: content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
 | 
| diff --git a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
 | 
| index 872cfb05b6b914c66e95362dec9aa8d593e8c420..f72a87c6aa186d5b8cdcd8261a5e8948febf8dc2 100644
 | 
| --- a/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
 | 
| +++ b/content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc
 | 
| @@ -56,6 +56,10 @@ bool TouchscreenTapSuppressionController::FilterTapEvent(
 | 
|    return false;
 | 
|  }
 | 
|  
 | 
| +void TouchscreenTapSuppressionController::Reset() {
 | 
| +  controller_.Reset();
 | 
| +}
 | 
| +
 | 
|  void TouchscreenTapSuppressionController::DropStashedTapDown() {
 | 
|    stashed_tap_down_.reset();
 | 
|    stashed_show_press_.reset();
 | 
| 
 |