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

Unified Diff: ui/base/cursor/ozone/cursor_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/base/cursor/ozone/cursor_factory_ozone.h
diff --git a/ui/base/cursor/ozone/cursor_factory_ozone.h b/ui/base/cursor/ozone/cursor_factory_ozone.h
index 8ea2e742585a93dbf19a344d327d3e5fb604cba7..55ab5122291440cecbd208adfa2ca79983bf4057 100644
--- a/ui/base/cursor/ozone/cursor_factory_ozone.h
+++ b/ui/base/cursor/ozone/cursor_factory_ozone.h
@@ -39,10 +39,6 @@ class UI_BASE_EXPORT CursorFactoryOzone {
// Decrement platform image cursor refcount.
virtual void UnrefImageCursor(PlatformCursor cursor);
- // Change the active cursor for an AcceleratedWidget.
- // TODO(spang): Move this.
- virtual void SetCursor(gfx::AcceleratedWidget widget, PlatformCursor cursor);
-
private:
static CursorFactoryOzone* impl_; // not owned
};

Powered by Google App Engine
This is Rietveld 408576698