Index: content/browser/renderer_host/input/touch_emulator.cc |
diff --git a/content/browser/renderer_host/input/touch_emulator.cc b/content/browser/renderer_host/input/touch_emulator.cc |
index 460716d7b06d3e14b330e636c6dc37abfa6b6e1d..e095b9d8b00180dd64bcdd2c9662cf04b7328b8c 100644 |
--- a/content/browser/renderer_host/input/touch_emulator.cc |
+++ b/content/browser/renderer_host/input/touch_emulator.cc |
@@ -446,6 +446,8 @@ void TouchEmulator::FillTouchEventAndPoint(const WebMouseEvent& mouse_event) { |
point.screenPosition.x = mouse_event.globalX; |
point.position.y = mouse_event.y; |
point.screenPosition.y = mouse_event.globalY; |
+ point.tiltX = 0; |
+ point.tiltY = 0; |
} |
bool TouchEmulator::InPinchGestureMode() const { |