Index: ui/events/ozone/evdev/event_factory_evdev.h |
diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h |
index 5e3b934df7774ba32d2a13c8a8c63780e557b233..c2c7fdeb341ddb4ee6b6cf7083c8b693741b450d 100644 |
--- a/ui/events/ozone/evdev/event_factory_evdev.h |
+++ b/ui/events/ozone/evdev/event_factory_evdev.h |
@@ -35,7 +35,6 @@ class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone, |
void DispatchUiEvent(Event* event); |
// EventFactoryOzone: |
- virtual void StartProcessingEvents() OVERRIDE; |
virtual void WarpCursorTo(gfx::AcceleratedWidget widget, |
const gfx::PointF& location) OVERRIDE; |
@@ -58,14 +57,6 @@ class EVENTS_EXPORT EventFactoryEvdev : public EventFactoryOzone, |
// Interface for scanning & monitoring input devices. |
DeviceManager* device_manager_; // Not owned. |
- // True if this was registered with |device_manager_|. This is needed since |
- // StartProcessingEvents() is called multiple times (when a |
- // WindowTreeHostOzone is created) but we shouldn't register this multiple |
- // times. |
- // TODO(dnicoara) Remove once event processing is refactored and we no longer |
- // rely on WTH for starting event processing. |
- bool has_started_processing_events_; |
- |
// Task runner for event dispatch. |
scoped_refptr<base::TaskRunner> ui_task_runner_; |