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

Unified Diff: ui/ozone/public/cursor_factory_ozone.h

Issue 527293002: ozone: Remove CursorFactoryOzone::SetCursor, GetCursorWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « ui/ozone/platform/test/test_cursor_factory.cc ('k') | ui/ozone/public/cursor_factory_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/cursor_factory_ozone.h
diff --git a/ui/ozone/public/cursor_factory_ozone.h b/ui/ozone/public/cursor_factory_ozone.h
index 5c044849117c547e31322544ed85544b6df6473c..6809b99c3fadadd1311063bb76484305904fa832 100644
--- a/ui/ozone/public/cursor_factory_ozone.h
+++ b/ui/ozone/public/cursor_factory_ozone.h
@@ -41,15 +41,6 @@ class OZONE_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);
-
- // Returns the window on which the cursor is active.
- // TODO(dnicoara) Move this once the WindowTreeHost refactoring finishes and
- // WindowTreeHost::CanDispatchEvent() is no longer present.
- virtual gfx::AcceleratedWidget GetCursorWindow();
-
private:
static CursorFactoryOzone* impl_; // not owned
};
« no previous file with comments | « ui/ozone/platform/test/test_cursor_factory.cc ('k') | ui/ozone/public/cursor_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698