Chromium Code Reviews| Index: Source/web/WebInputEventConversion.cpp |
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
| index afe7abfce22041ba349fd2e6aff2930b55794b35..2317b798c2d5b8beb64c4c8f50d2572c8c131e81 100644 |
| --- a/Source/web/WebInputEventConversion.cpp |
| +++ b/Source/web/WebInputEventConversion.cpp |
| @@ -437,6 +437,8 @@ PlatformTouchPointBuilder::PlatformTouchPointBuilder(Widget* widget, const WebTo |
| m_radius = scaleSizeToWindow(widget, FloatSize(point.radiusX, point.radiusY)); |
| m_rotationAngle = point.rotationAngle; |
| m_force = point.force; |
| + m_tilt = point.tilt; |
| + m_tiltDirection = point.tiltDirection; |
|
Rick Byers
2015/02/13 08:48:05
Your spec should clarify whether this is intended
d.pikalov
2015/02/13 13:31:17
Right, I updated spec with "...angle in relation t
|
| } |
| PlatformTouchEventBuilder::PlatformTouchEventBuilder(Widget* widget, const WebTouchEvent& event) |