| 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 43174a7dbd00a3d2b09f6390b360a7d224a6a52a..146b2a607dd834d9909c6033f5944f67dca88996 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.h
|
| +++ b/ui/events/devices/x11/touch_factory_x11.h
|
| @@ -98,7 +98,7 @@
|
| // Requirement for Singleton
|
| friend struct DefaultSingletonTraits<TouchFactory>;
|
|
|
| - void CacheTouchscreenIds(int id);
|
| + void CacheTouchscreenIds(Display* display, int id);
|
|
|
| // NOTE: To keep track of touch devices, we currently maintain a lookup table
|
| // to quickly decide if a device is a touch device or not. We also maintain a
|
|
|