| 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 d7b47ba423c7582b0c196f9295bd6095005afa98..beeeaf14405ca821ab6024165fb71a11fc997441 100644
|
| --- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| +++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| @@ -32,6 +32,8 @@ SyntheticGestureTargetAura::SyntheticGestureTargetAura(
|
| void SyntheticGestureTargetAura::DispatchWebTouchEventToPlatform(
|
| const WebTouchEvent& web_touch,
|
| const ui::LatencyInfo& latency_info) {
|
| + VLOG(0) << "SyntheticGestureTargetAura::DispatchWebTouchEventToPlatform: "
|
| + << web_touch.type;
|
| TouchEventWithLatencyInfo touch_with_latency(web_touch, latency_info);
|
| for (size_t i = 0; i < touch_with_latency.event.touchesLength; i++) {
|
| touch_with_latency.event.touches[i].position.x *= device_scale_factor_;
|
|
|