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 61ae63ef1fffa283ce8a9e543cefadf9ebc8002b..c1c5a1f24b7563a7e2b5b5045dd27b34e14ad64a 100644 |
--- a/content/browser/renderer_host/input/touch_emulator.cc |
+++ b/content/browser/renderer_host/input/touch_emulator.cc |
@@ -426,6 +426,7 @@ bool TouchEmulator::FillTouchEventAndPoint(const WebMouseEvent& mouse_event) { |
point.radiusY = 0.5f * cursor_size_.height(); |
point.force = 1.f; |
point.rotationAngle = 0.f; |
+ point.tilt = 0.f; |
point.position.x = mouse_event.x; |
point.screenPosition.x = mouse_event.globalX; |
point.position.y = mouse_event.y; |