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