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 e244242089c7bc45715fc3e98eee7c6dfa90aa0b..eacaabdb1dd3ca8786e760253c481d0fa61c32b5 100644 |
--- a/ui/events/ozone/event_factory_ozone.h |
+++ b/ui/events/ozone/event_factory_ozone.h |
@@ -44,12 +44,9 @@ class EVENTS_EXPORT EventFactoryOzone { |
virtual void WarpCursorTo(gfx::AcceleratedWidget widget, |
const gfx::PointF& location); |
- // Returns the static instance last set using SetInstance(). |
+ // Returns the singleton instance. |
static EventFactoryOzone* GetInstance(); |
- // Sets the implementation delegate. Ownership is retained by the caller. |
- static void SetInstance(EventFactoryOzone*); |
- |
private: |
static EventFactoryOzone* impl_; // not owned |