Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: ui/events/ozone/event_factory_ozone.h

Issue 144233006: evdev: Fix infinite loop when devices are unplugged (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..03823918e49998c621602fa670fe3c1a4216103e 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/events/ozone/event_factory_ozone.h
@@ -48,9 +48,7 @@ class EVENTS_EXPORT EventFactoryOzone {
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

Powered by Google App Engine
This is Rietveld 408576698