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

Unified Diff: ash/utility/screenshot_controller_unittest.cc

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: rename everything to CursorSize 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/test/cursor_manager_test_api.cc ('k') | ash/wm/native_cursor_manager_ash_classic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/utility/screenshot_controller_unittest.cc
diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
index 2b9503d46d540e900da961e632ae22d3f4b84512..bac14b82d014ad1321d3289e9e87a72b5176c915 100644
--- a/ash/utility/screenshot_controller_unittest.cc
+++ b/ash/utility/screenshot_controller_unittest.cc
@@ -296,7 +296,7 @@ TEST_F(PartialScreenshotControllerTest, VisibilityTest) {
// Make sure ScreenshotController doesn't prevent handling of large
// cursor. See http://crbug.com/459214
TEST_F(PartialScreenshotControllerTest, LargeCursor) {
- Shell::Get()->cursor_manager()->SetCursorSet(ui::CURSOR_SET_LARGE);
+ Shell::Get()->cursor_manager()->SetCursorSize(ui::CursorSize::kLarge);
Shell::Get()
->window_tree_host_manager()
->cursor_window_controller()
« no previous file with comments | « ash/test/cursor_manager_test_api.cc ('k') | ash/wm/native_cursor_manager_ash_classic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698