| Index: ui/events/gestures/motion_event_aura.cc | 
| diff --git a/ui/events/gestures/motion_event_aura.cc b/ui/events/gestures/motion_event_aura.cc | 
| index 1cac1373e5edb1d74742c4d3efe2c1b6be073c5d..a2ab6870fa798040e0920d99aae9180a764d0ba8 100644 | 
| --- a/ui/events/gestures/motion_event_aura.cc | 
| +++ b/ui/events/gestures/motion_event_aura.cc | 
| @@ -37,6 +37,8 @@ PointerProperties GetPointerPropertiesFromTouchEvent(const TouchEvent& touch) { | 
| pointer_properties.id = touch.pointer_details().id; | 
| pointer_properties.pressure = touch.pointer_details().force; | 
| pointer_properties.source_device_id = touch.source_device_id(); | 
| +  pointer_properties.tilt_x = touch.pointer_details().tilt_x; | 
| +  pointer_properties.tilt_y = touch.pointer_details().tilt_y; | 
|  | 
| pointer_properties.SetAxesAndOrientation(touch.pointer_details().radius_x, | 
| touch.pointer_details().radius_y, | 
|  |