| 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 0ea091443f5a62e89178441dae3eeae3484e7f3f..2ef6fe95cb8564ee00f3f0e9c2d7137fc16a8fde 100644
|
| --- a/ui/events/devices/x11/touch_factory_x11.h
|
| +++ b/ui/events/devices/x11/touch_factory_x11.h
|
| @@ -95,7 +95,7 @@ class EVENTS_DEVICES_EXPORT TouchFactory {
|
| // Requirement for Singleton
|
| friend struct DefaultSingletonTraits<TouchFactory>;
|
|
|
| - void CacheTouchscreenIds(Display* display, int id);
|
| + void CacheTouchscreenIds(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
|
|
|