| Index: ui/events/x/touch_factory_x11.h
|
| diff --git a/ui/events/x/touch_factory_x11.h b/ui/events/x/touch_factory_x11.h
|
| index d254eca64e1935cdcb765acfdd136c1515b1c93a..9d84655664caee044727fe5fe86e841f163533e3 100644
|
| --- a/ui/events/x/touch_factory_x11.h
|
| +++ b/ui/events/x/touch_factory_x11.h
|
| @@ -147,6 +147,9 @@ class EVENTS_BASE_EXPORT TouchFactory {
|
| // digitizer.
|
| int max_touch_points_;
|
|
|
| + // Device ID of the virtual core keyboard.
|
| + int virtual_core_keyboard_device_;
|
| +
|
| SequentialIDGenerator id_generator_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TouchFactory);
|
|
|