| Index: content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
|
| diff --git a/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc b/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
|
| index 13fadab9b7516e3f498fcbef253654e83be3cd08..a9ef442656ca1374358caea84692f51fbef4cab8 100644
|
| --- a/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
|
| +++ b/content/browser/renderer_host/touchpad_tap_suppression_controller_aura.cc
|
| @@ -28,7 +28,7 @@ void TouchpadTapSuppressionController::GestureFlingCancelAck(bool processed) {
|
| }
|
|
|
| bool TouchpadTapSuppressionController::ShouldDeferMouseDown(
|
| - const WebKit::WebMouseEvent& event) {
|
| + const MouseEventWithLatencyInfo& event) {
|
| bool should_defer = controller_->ShouldDeferTapDown();
|
| if (should_defer)
|
| stashed_mouse_down_ = event;
|
|
|