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

Unified Diff: ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h

Issue 111043002: Cursor state should be global for desktop Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated patch Created 7 years 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/views/widget/desktop_aura/desktop_cursor_loader_updater.h
diff --git a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
index 599b625b26fa8fccf9c98b5f3006f462c2cdd535..ff116bc81a0269c7b4aca76135786c4891e70f20 100644
--- a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
+++ b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h
@@ -33,7 +33,7 @@ class VIEWS_EXPORT DesktopCursorLoaderUpdater {
static scoped_ptr<DesktopCursorLoaderUpdater> Create();
// Called when a CursorLoader is created.
- virtual void OnCreate(aura::RootWindow* window,
+ virtual void OnCreate(float device_scale_factor,
ui::CursorLoader* loader) = 0;
// Called when the display has changed (as we may need to reload the cursor

Powered by Google App Engine
This is Rietveld 408576698