| 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 90a6bf70e88a2a95d30631315beb3467af8fd824..0730d17554820b5ae3c8bd7dcfeb966c1454b565 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 {
|
|
|