| Index: ui/base/win/events_win.cc
|
| diff --git a/ui/base/win/events_win.cc b/ui/base/win/events_win.cc
|
| index 8cb523282dc76aa8d438137e26b110fa22732fb3..5ddc81df5f8494b079dda5984bedd3071f0e044f 100644
|
| --- a/ui/base/win/events_win.cc
|
| +++ b/ui/base/win/events_win.cc
|
| @@ -279,6 +279,8 @@ float GetTouchForce(const base::NativeEvent& native_event) {
|
| bool GetScrollOffsets(const base::NativeEvent& native_event,
|
| float* x_offset,
|
| float* y_offset,
|
| + float* x_offset_ordinal,
|
| + float* y_offset_ordinal,
|
| int* finger_count) {
|
| // Not supported in Windows.
|
| NOTIMPLEMENTED();
|
| @@ -288,6 +290,8 @@ bool GetScrollOffsets(const base::NativeEvent& native_event,
|
| bool GetFlingData(const base::NativeEvent& native_event,
|
| float* vx,
|
| float* vy,
|
| + float* vx_ordinal,
|
| + float* vy_ordinal,
|
| bool* is_cancel) {
|
| // Not supported in Windows.
|
| NOTIMPLEMENTED();
|
|
|