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

Unified Diff: ash/wm/cursor_manager.cc

Issue 10692170: Aura desktop: Show resize cursors again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 8 years, 5 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 | « ash/wm/cursor_manager.h ('k') | ash/wm/default_window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/cursor_manager.cc
diff --git a/ui/aura/cursor_manager.cc b/ash/wm/cursor_manager.cc
similarity index 87%
rename from ui/aura/cursor_manager.cc
rename to ash/wm/cursor_manager.cc
index 30c7af1c2891ca14a133e168b2538cdb67481452..1ebc72bfc7196f67fa71b3bda4523b0aafae1960 100644
--- a/ui/aura/cursor_manager.cc
+++ b/ash/wm/cursor_manager.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/aura/cursor_manager.h"
+#include "ash/wm/cursor_manager.h"
+#include "ash/wm/cursor_delegate.h"
#include "base/logging.h"
-#include "ui/aura/cursor_delegate.h"
#include "ui/aura/env.h"
-namespace aura {
+namespace ash {
CursorManager::CursorManager()
: delegate_(NULL),
@@ -55,4 +55,8 @@ void CursorManager::ShowCursor(bool show) {
delegate_->ShowCursor(show);
}
-} // namespace aura
+bool CursorManager::IsCursorVisible() const {
+ return cursor_visible_;
+}
+
+} // namespace ash
« no previous file with comments | « ash/wm/cursor_manager.h ('k') | ash/wm/default_window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698