Chromium Code Reviews| Index: public/web/WebTouchPoint.h |
| diff --git a/public/web/WebTouchPoint.h b/public/web/WebTouchPoint.h |
| index fc0231a5cab40a187d777ce808c233115d16969b..9b7128d5a3f8accafa3afd1bd3441c9a63c39582 100644 |
| --- a/public/web/WebTouchPoint.h |
| +++ b/public/web/WebTouchPoint.h |
| @@ -44,6 +44,7 @@ public: |
| , radiusX(0) |
| , radiusY(0) |
| , rotationAngle(0) |
| + , tilt(0) |
| , force(0) |
| { |
| } |
| @@ -65,6 +66,7 @@ public: |
| float radiusX; |
| float radiusY; |
| float rotationAngle; |
| + float tilt; |
| float force; |
| }; |