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

Unified Diff: ui/aura/desktop/desktop_cursor_client.h

Issue 11035050: Enable CursorManager::LockCursor to lock cursor visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/aura/desktop/desktop_cursor_client.h
diff --git a/ui/aura/desktop/desktop_cursor_client.h b/ui/aura/desktop/desktop_cursor_client.h
index 0bc49c4390bc7bf4d2a28a8ba7bbeb900abc7175..1ec153b21c66066348b75728e1cd27c68c726f04 100644
--- a/ui/aura/desktop/desktop_cursor_client.h
+++ b/ui/aura/desktop/desktop_cursor_client.h
@@ -34,6 +34,9 @@ class AURA_EXPORT DesktopCursorClient : public client::CursorClient {
aura::RootWindow* root_window_;
scoped_ptr<ui::CursorLoader> cursor_loader_;
+ gfx::NativeCursor current_cursor_;
+ bool cursor_visible_;
+
DISALLOW_COPY_AND_ASSIGN(DesktopCursorClient);
};

Powered by Google App Engine
This is Rietveld 408576698