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

Unified Diff: ash/shell.h

Issue 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: oshima patch take 2 Created 3 years, 6 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/display/mirror_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index fa3426530e4998cc98e31fc1ba3e7cd56b9eebdb..aeea749049e983aa6184ba5bf39739b2ed8ba947 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -89,7 +89,7 @@ class AcceleratorController;
class AccessibilityDelegate;
class AshDisplayController;
class AppListDelegateImpl;
-class AshNativeCursorManager;
+class NativeCursorManagerAsh;
class AshTouchTransformController;
class AutoclickController;
class BluetoothNotificationController;
@@ -802,7 +802,7 @@ class ASH_EXPORT Shell : public SessionObserver,
// |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
// pointer to vend to test code.
- AshNativeCursorManager* native_cursor_manager_;
+ NativeCursorManagerAsh* native_cursor_manager_;
// Cursor may be hidden on certain key events in Chrome OS, whereas we never
// hide the cursor on Windows.
« no previous file with comments | « ash/display/mirror_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698