Chromium Code Reviews| Index: public/web/WebTouchPoint.h |
| diff --git a/public/web/WebTouchPoint.h b/public/web/WebTouchPoint.h |
| index fc0231a5cab40a187d777ce808c233115d16969b..acdc17cf3801dae134bede2f9665604ee2d6d681 100644 |
| --- a/public/web/WebTouchPoint.h |
| +++ b/public/web/WebTouchPoint.h |
| @@ -45,6 +45,8 @@ public: |
| , radiusY(0) |
| , rotationAngle(0) |
| , force(0) |
| + , tilt(0) |
| + , tiltDirection(0) |
| { |
| } |
| @@ -66,6 +68,8 @@ public: |
| float radiusY; |
| float rotationAngle; |
| float force; |
| + float tilt; |
| + float tiltDirection; |
| }; |
| } // namespace blink |