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

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

Issue 205433005: ozone: Add OzoneWindowFactory & OzoneWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 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(

Powered by Google App Engine
This is Rietveld 408576698