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

Unified Diff: ash/utility/screenshot_controller_unittest.cc

Issue 2949353003: Implement large cursors in Mushrome. (Closed)
Patch Set: Remove old cursor.h includes. 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/utility/screenshot_controller_unittest.cc
diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
index 2b9503d46d540e900da961e632ae22d3f4b84512..7d8d0713ba2ebffba7dc7c12bcc9cb309e0cbfe3 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()->SetCursorSet(ui::CursorSet::kLarge);
Shell::Get()
->window_tree_host_manager()
->cursor_window_controller()

Powered by Google App Engine
This is Rietveld 408576698