| Index: content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| index 40855ec7e6180a8a12dc8909617873e537679558..e4b75853a1dce90b064bd5133a7b09d032e80742 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| @@ -148,7 +148,7 @@ void SyntheticGestureTargetAura::DispatchWebMouseEventToPlatform(
|
|
|
| SyntheticGestureParams::GestureSourceType
|
| SyntheticGestureTargetAura::GetDefaultSyntheticGestureSourceType() const {
|
| - return SyntheticGestureParams::MOUSE_INPUT;
|
| + return SyntheticGestureParams::TOUCH_INPUT;
|
| }
|
|
|
| bool SyntheticGestureTargetAura::SupportsSyntheticGestureSourceType(
|
|
|