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

Unified Diff: services/ui/ws/window_manager_display_root.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
« no previous file with comments | « services/ui/ws/window_manager_display_root.h ('k') | services/ui/ws/window_manager_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_display_root.cc
diff --git a/services/ui/ws/window_manager_display_root.cc b/services/ui/ws/window_manager_display_root.cc
index cd0d7efbf1f00dddaa63face09b7a4aa6fab65b2..f29b96173e9062716f2e920974280dc0e908b70b 100644
--- a/services/ui/ws/window_manager_display_root.cc
+++ b/services/ui/ws/window_manager_display_root.cc
@@ -41,7 +41,7 @@ WindowManagerDisplayRoot::WindowManagerDisplayRoot(Display* display)
WindowManagerDisplayRoot::~WindowManagerDisplayRoot() {}
-const ServerWindow* WindowManagerDisplayRoot::GetClientVisibileRoot() const {
+const ServerWindow* WindowManagerDisplayRoot::GetClientVisibleRoot() const {
if (window_manager_state_->window_tree()
->automatically_create_display_roots()) {
return root_.get();
« no previous file with comments | « services/ui/ws/window_manager_display_root.h ('k') | services/ui/ws/window_manager_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698