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

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

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
Index: ui/events/ozone/event_factory_ozone.cc
diff --git a/ui/events/ozone/event_factory_ozone.cc b/ui/events/ozone/event_factory_ozone.cc
index 7e1f83fb8ecbc0a7b48444138e663470dde55741..7c4e4dcdd116a80c108f5ce489478b794364afda 100644
--- a/ui/events/ozone/event_factory_ozone.cc
+++ b/ui/events/ozone/event_factory_ozone.cc
@@ -26,8 +26,6 @@ EventFactoryOzone* EventFactoryOzone::GetInstance() {
void EventFactoryOzone::SetInstance(EventFactoryOzone* impl) { impl_ = impl; }
-void EventFactoryOzone::StartProcessingEvents() {}
-
void EventFactoryOzone::WarpCursorTo(gfx::AcceleratedWidget widget,
const gfx::PointF& location) {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698