| 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 ec6057b8ce2fe02896e090aa1f8d122998cd703a..e95331c8caade49ecdba317c84265f93bcfe8a12 100644 | 
| --- a/content/browser/renderer_host/input/touch_emulator.cc | 
| +++ b/content/browser/renderer_host/input/touch_emulator.cc | 
| @@ -437,6 +437,8 @@ void 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.tiltDirection = 0.f; | 
| point.position.x = mouse_event.x; | 
| point.screenPosition.x = mouse_event.globalX; | 
| point.position.y = mouse_event.y; | 
|  |