Chromium Code Reviews| Index: ui/events/cocoa/events_mac.mm |
| diff --git a/ui/events/cocoa/events_mac.mm b/ui/events/cocoa/events_mac.mm |
| index fcc8cc9a1fa671a554b15e60531fe35bcb8cf7d1..8ee06410cf1571951a0cdd0614ae0bd2965e22a1 100644 |
| --- a/ui/events/cocoa/events_mac.mm |
| +++ b/ui/events/cocoa/events_mac.mm |
| @@ -188,6 +188,16 @@ float GetTouchAngle(const base::NativeEvent& native_event) { |
| return 0.f; |
| } |
| +float GetTouchTilt(const base::NativeEvent& native_event) { |
| + NOTIMPLEMENTED(); |
| + return 0.f; |
| +} |
| + |
| +float GetTouchTiltDirection(const base::NativeEvent& native_event) { |
| + NOTIMPLEMENTED(); |
| + return 0.f; |
| +} |
| + |
| float GetTouchForce(const base::NativeEvent& native_event) { |
| NOTIMPLEMENTED(); |
| return 0.f; |