Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: ui/events/devices/x11/touch_factory_x11.h

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698