| Index: ui/events/devices/x11/touch_factory_x11.h
|
| diff --git a/ui/events/devices/x11/touch_factory_x11.h b/ui/events/devices/x11/touch_factory_x11.h
|
| index b5bf027bd8657cd4d614161206486f39155a65a6..40e077f6f1425037ef01a06992da7661a81ab7cd 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.h
|
| +++ b/ui/events/devices/x11/touch_factory_x11.h
|
| @@ -41,7 +41,7 @@ class EVENTS_DEVICES_EXPORT TouchFactory {
|
|
|
| // Checks whether an XI2 event should be processed or not (i.e. if the event
|
| // originated from a device we are interested in).
|
| - bool ShouldProcessXI2Event(XEvent* xevent);
|
| + bool ShouldProcessXI2Event(const XEvent* xevent);
|
|
|
| // Setup an X Window for XInput2 events.
|
| void SetupXI2ForXWindow(::Window xid);
|
|
|