| Index: ui/events/cocoa/events_mac.mm
|
| diff --git a/ui/events/cocoa/events_mac.mm b/ui/events/cocoa/events_mac.mm
|
| index 29b7fc9601d5275b81fffed7312710c1eba98f16..55c948a91e91a98d0bef347c86f8acad8ee9d297 100644
|
| --- a/ui/events/cocoa/events_mac.mm
|
| +++ b/ui/events/cocoa/events_mac.mm
|
| @@ -193,7 +193,9 @@ PointerDetails GetTouchPointerDetailsFromNative(
|
| /* radius_y */ 1.0,
|
| /* force */ 0.f,
|
| /* tilt_x */ 0.f,
|
| - /* tilt_y */ 0.f);
|
| + /* tilt_y */ 0.f,
|
| + /* tangentialPressure */ 0.0f,
|
| + /* twist */ 0);
|
| }
|
|
|
| bool GetScrollOffsets(const base::NativeEvent& native_event,
|
|
|