| Index: base/message_pump_glib_x.h
|
| diff --git a/base/message_pump_glib_x.h b/base/message_pump_glib_x.h
|
| index e94b7971ef571f183c2e277dfa568db98773948c..2959ef0ceebb435960796e5054eda94967eb768c 100644
|
| --- a/base/message_pump_glib_x.h
|
| +++ b/base/message_pump_glib_x.h
|
| @@ -52,9 +52,8 @@ class MessagePumpGlibX : public MessagePumpForUI {
|
| // necessary to query X for the list of devices for each GdkWindow created.
|
| std::set<int> masters_;
|
|
|
| - // The list of slave (physical) pointer devices.
|
| - // TODO(sad): This is currently unused, and may be removed eventually.
|
| - std::set<int> slaves_;
|
| + // The list of floating pointer devices.
|
| + std::set<int> floats_;
|
| #endif
|
|
|
| // The event source for GDK events.
|
|
|