| Index: ui/events/win/events_win.cc
|
| diff --git a/ui/events/win/events_win.cc b/ui/events/win/events_win.cc
|
| index 89a1cfd8f4ff1190e41b16c3ba2e1c2330cf6a34..b66b1bf7a1ee7a86966372cba98169250fe61d87 100644
|
| --- a/ui/events/win/events_win.cc
|
| +++ b/ui/events/win/events_win.cc
|
| @@ -345,7 +345,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,
|
|
|