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

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

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.h
diff --git a/ui/events/ozone/event_factory_ozone.h b/ui/events/ozone/event_factory_ozone.h
index 49e92dd666c6774e2a005ecfc955a0e72c596269..f7aed256d885d39fa6a984ae61357c5b43006b33 100644
--- a/ui/events/ozone/event_factory_ozone.h
+++ b/ui/events/ozone/event_factory_ozone.h
@@ -44,12 +44,6 @@ class EVENTS_EXPORT EventFactoryOzone {
// to event dispatching.
virtual void SetFileTaskRunner(scoped_refptr<base::TaskRunner> task_runner);
- // 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.
- virtual void WarpCursorTo(gfx::AcceleratedWidget widget,
- const gfx::PointF& location);
-
// Returns the static instance last set using SetInstance().
static EventFactoryOzone* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698