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 730975bb03c92f62e74e17130ef63b41098e705d..cc9acc8c8ed3ac5ac24bd15de535cedcd2f59ea9 100644 |
--- a/ui/events/ozone/event_factory_ozone.cc |
+++ b/ui/events/ozone/event_factory_ozone.cc |
@@ -41,11 +41,6 @@ void EventFactoryOzone::StartProcessingEvents() {} |
void EventFactoryOzone::SetFileTaskRunner( |
scoped_refptr<base::TaskRunner> task_runner) {} |
-void EventFactoryOzone::WarpCursorTo(gfx::AcceleratedWidget widget, |
- const gfx::PointF& location) { |
- NOTIMPLEMENTED(); |
-} |
- |
// static |
void EventFactoryOzone::DispatchEvent(scoped_ptr<ui::Event> event) { |
base::MessageLoop::current()->PostTask( |