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

Unified Diff: services/ui/ws/cursor_unittest.cc

Issue 2877233002: Remove the i from visib[i]le. (Closed)
Patch Set: merge with tot Created 3 years, 7 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: services/ui/ws/cursor_unittest.cc
diff --git a/services/ui/ws/cursor_unittest.cc b/services/ui/ws/cursor_unittest.cc
index 3b4d522b608a631e2b9b1750a4d1e7cdb49198af..5b8c34ed42afbbdfd90a6b814eb5da984f5d1986 100644
--- a/services/ui/ws/cursor_unittest.cc
+++ b/services/ui/ws/cursor_unittest.cc
@@ -64,7 +64,7 @@ class CursorTest : public testing::Test {
// ASSERT_EQ(1u, display_manager->displays().size());
Display* display = *display_manager->displays().begin();
return display->GetWindowManagerDisplayRootForUser(kTestId1)
- ->GetClientVisibileRoot();
+ ->GetClientVisibleRoot();
}
// Create a 30x30 window where the outer 10 pixels is non-client.
« no previous file with comments | « components/bookmarks/browser/bookmark_model_unittest.cc ('k') | services/ui/ws/window_manager_display_root.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698