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

Unified Diff: apps/shell/browser/shell_desktop_controller.h

Issue 258893002: app_shell: Add support for mouse cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move an include Created 6 years, 8 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: apps/shell/browser/shell_desktop_controller.h
diff --git a/apps/shell/browser/shell_desktop_controller.h b/apps/shell/browser/shell_desktop_controller.h
index 643f67127ff42c9d044111f0d1755993b4727100..f1ba503ebfdf5fe9179f645811317fda8cf6a1d5 100644
--- a/apps/shell/browser/shell_desktop_controller.h
+++ b/apps/shell/browser/shell_desktop_controller.h
@@ -31,6 +31,7 @@ class UserActivityPowerManagerNotifier;
#endif
namespace wm {
+class CursorManager;
class UserActivityDetector;
class WMTestHelper;
}
@@ -90,6 +91,8 @@ class ShellDesktopController
scoped_ptr<aura::TestScreen> test_screen_;
+ scoped_ptr<wm::CursorManager> cursor_manager_;
+
scoped_ptr<wm::UserActivityDetector> user_activity_detector_;
#if defined(OS_CHROMEOS)
scoped_ptr<ui::UserActivityPowerManagerNotifier> user_activity_notifier_;
« no previous file with comments | « no previous file | apps/shell/browser/shell_desktop_controller.cc » ('j') | apps/shell/browser/shell_desktop_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698