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

Unified Diff: ash/test/shell_test_api.cc

Issue 2932563002: Implement cursor changing on Mushrome (Closed)
Patch Set: why would you put that there 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
Index: ash/test/shell_test_api.cc
diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
index ca9386992af003f3c633c73373e2b64b2f52ebf3..ec11a96bf2447d7251794f8749897c721e651d0c 100644
--- a/ash/test/shell_test_api.cc
+++ b/ash/test/shell_test_api.cc
@@ -29,7 +29,7 @@ ScreenPositionController* ShellTestApi::screen_position_controller() {
return shell_->screen_position_controller_.get();
}
-AshNativeCursorManager* ShellTestApi::ash_native_cursor_manager() {
+NativeCursorManagerAsh* ShellTestApi::ash_native_cursor_manager() {
return shell_->native_cursor_manager_;
}

Powered by Google App Engine
This is Rietveld 408576698