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(); |