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

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

Issue 285303004: ozone: Remove the explicit call to start listening for events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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
« no previous file with comments | « ui/events/ozone/evdev/event_factory_evdev.cc ('k') | ui/events/ozone/event_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d243761a6fff08d702f66b0316e06f83a380ba19..b552d882ef7271ad66aeb9e7b87c285abce4374b 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/events/ozone/event_factory_ozone.h
@@ -30,14 +30,6 @@ class EVENTS_OZONE_EXPORT EventFactoryOzone {
EventFactoryOzone();
virtual ~EventFactoryOzone();
- // Called from WindowTreeHostOzone to initialize and start processing events.
- // This should create the initial set of converters, and potentially arrange
- // for more converters to be created as new event sources become available.
- // No events processing should happen until this is called. All processes have
- // an EventFactoryOzone but not all of them should process events. In chrome,
- // events are dispatched in the browser process on the UI thread.
- virtual void StartProcessingEvents();
-
// Request to warp the cursor to a location within an AccelerateWidget.
// If the cursor actually moves, the implementation must dispatch a mouse
// move event with the new location.
« no previous file with comments | « ui/events/ozone/evdev/event_factory_evdev.cc ('k') | ui/events/ozone/event_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698