| Index: ui/events/ozone/event_factory_ozone.h
|
| diff --git a/ui/events/ozone/event_factory_ozone.h b/ui/events/ozone/event_factory_ozone.h
|
| index 92c6115e3fb2944e8f652a47e6146fabb65e0b47..8093924f4983268cfe75fc64da2f03e7fef2e45e 100644
|
| --- a/ui/events/ozone/event_factory_ozone.h
|
| +++ b/ui/events/ozone/event_factory_ozone.h
|
| @@ -38,20 +38,7 @@ class EVENTS_EXPORT EventFactoryOzone {
|
| // Sets the implementation delegate. Ownership is retained by the caller.
|
| static void SetInstance(EventFactoryOzone*);
|
|
|
| - // Add an |EventConverterOzone| instances for the given file descriptor.
|
| - // Transfers ownership of the |EventConverterOzone| to this class.
|
| - void AddEventConverter(int fd, scoped_ptr<EventConverterOzone> converter);
|
| -
|
| - // Remote the |EventConverterOzone|
|
| - void RemoveEventConverter(int fd);
|
| -
|
| private:
|
| - // |EventConverterOzone| for each file descriptor.
|
| - typedef EventConverterOzone* Converter;
|
| - typedef base::MessagePumpLibevent::FileDescriptorWatcher* FDWatcher;
|
| - std::map<int, Converter> converters_;
|
| - std::map<int, FDWatcher> watchers_;
|
| -
|
| static EventFactoryOzone* impl_; // not owned
|
|
|
| DISALLOW_COPY_AND_ASSIGN(EventFactoryOzone);
|
|
|