Rework ash::CursorManager into a corewm object, to share code with desktop.

Desktop aura no longer spams the console with enable/disable mouse pointer messages.

BUG=none


Review URL: https://chromiumcodereview.appspot.com/12263050

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184798 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
index 03dbb3a..f4ba7946 100644
--- a/ash/test/shell_test_api.cc
+++ b/ash/test/shell_test_api.cc
@@ -35,6 +35,10 @@
   return shell_->screen_position_controller_.get();
 }
 
+AshNativeCursorManager* ShellTestApi::ash_native_cursor_manager() {
+  return shell_->native_cursor_manager_;
+}
+
 LauncherModel* ShellTestApi::launcher_model() {
   return shell_->launcher_model_.get();
 }