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

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

Issue 10967062: linux-aura: Fix setting the default X cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « no previous file | ui/aura/desktop/desktop_cursor_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9ce05262c3895dc7e8de81c985474bcfcc3523e1..0bc49c4390bc7bf4d2a28a8ba7bbeb900abc7175 100644
--- a/ui/aura/desktop/desktop_cursor_client.h
+++ b/ui/aura/desktop/desktop_cursor_client.h
@@ -6,10 +6,14 @@
#define UI_AURA_DESKTOP_DESKTOP_CURSOR_CLIENT_H_
#include "base/compiler_specific.h"
+#include "base/memory/scoped_ptr.h"
#include "ui/aura/aura_export.h"
-
#include "ui/aura/client/cursor_client.h"
+namespace ui {
+class CursorLoader;
+}
+
namespace aura {
class RootWindow;
@@ -28,6 +32,7 @@ class AURA_EXPORT DesktopCursorClient : public client::CursorClient {
private:
aura::RootWindow* root_window_;
+ scoped_ptr<ui::CursorLoader> cursor_loader_;
DISALLOW_COPY_AND_ASSIGN(DesktopCursorClient);
};
« no previous file with comments | « no previous file | ui/aura/desktop/desktop_cursor_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698