 Chromium Code Reviews
 Chromium Code Reviews Issue 2860793003:
  Pass through tilt_x and tilt_y to blink  (Closed)
    
  
    Issue 2860793003:
  Pass through tilt_x and tilt_y to blink  (Closed) 
  | Index: ui/events/blink/blink_event_util.h | 
| diff --git a/ui/events/blink/blink_event_util.h b/ui/events/blink/blink_event_util.h | 
| index b59645d1769ddb3f4c64e6a873affbdb861e0293..0e9b75c8d37da60907f22ef18faa993181d4f7d3 100644 | 
| --- a/ui/events/blink/blink_event_util.h | 
| +++ b/ui/events/blink/blink_event_util.h | 
| @@ -77,7 +77,8 @@ void SetWebPointerPropertiesFromMotionEventData( | 
| int pointer_id, | 
| float pressure, | 
| float orientation_rad, | 
| - float tilt_rad, | 
| + float tilt_x, | 
| + float tilt_y, | 
| int android_buttons_changed, | 
| int tool_type); |