Index: content/browser/renderer_host/input/web_input_event_util.cc |
diff --git a/content/browser/renderer_host/input/web_input_event_util.cc b/content/browser/renderer_host/input/web_input_event_util.cc |
index 3d5386a15c85a4da19027d6c24a982eb77b5a2a2..a8272117081827e85cb0863b9090280695c5b943 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.cc |
+++ b/content/browser/renderer_host/input/web_input_event_util.cc |
@@ -231,6 +231,7 @@ WebTouchPoint CreateWebTouchPoint(const MotionEvent& event, |
touch.rotationAngle = orientation_deg + 90; |
} |
+ touch.tilt = event.GetTilt(pointer_index) * 180.f / M_PI; |
touch.force = event.GetPressure(pointer_index); |
return touch; |