Chromium Code Reviews| Index: content/browser/renderer_host/input/web_input_event_builders_android.h |
| diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.h b/content/browser/renderer_host/input/web_input_event_builders_android.h |
| index 8dded19c133d81aad2b6684e54c4e2c2967ff579..4c45a8bb5dc5c32e56cf4b398a795d126b0300a4 100644 |
| --- a/content/browser/renderer_host/input/web_input_event_builders_android.h |
| +++ b/content/browser/renderer_host/input/web_input_event_builders_android.h |
| @@ -27,7 +27,8 @@ class WebMouseEventBuilder { |
| int pointer_id, |
| float pressure, |
| float orientation_rad, |
| - float tilt_rad, |
| + float tilt_x, |
| + float tilt_y, |
| int action_button, |
| int tool_type); |
| }; |