| Index: ui/base/x/x11_util.cc
|
| diff --git a/ui/base/x/x11_util.cc b/ui/base/x/x11_util.cc
|
| index 0386725a69096c37f2a903d77f8804fdcbee12bc..1a7123359f8a58e0a396a9fd3effc1fa93d95e80 100644
|
| --- a/ui/base/x/x11_util.cc
|
| +++ b/ui/base/x/x11_util.cc
|
| @@ -576,7 +576,7 @@ int CoalescePendingMotionEvents(const XEvent* xev,
|
|
|
| if (next_event.type == GenericEvent &&
|
| next_event.xgeneric.evtype == event_type &&
|
| - !ui::GetScrollOffsets(&next_event, NULL, NULL, NULL)) {
|
| + !ui::GetScrollOffsets(&next_event, NULL, NULL, NULL, NULL, NULL)) {
|
| XIDeviceEvent* next_xievent =
|
| static_cast<XIDeviceEvent*>(next_event.xcookie.data);
|
| #if defined(USE_XI2_MT)
|
|
|