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

Unified Diff: services/ui/ws/window_server.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_state.cc ('k') | ui/compositor/layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.cc
diff --git a/services/ui/ws/window_server.cc b/services/ui/ws/window_server.cc
index 742e71c24ce633dc6865cb5ef0faf10f9838b470..67b312547b4c89e727ca8c52d56a89c92c95000e 100644
--- a/services/ui/ws/window_server.cc
+++ b/services/ui/ws/window_server.cc
@@ -42,7 +42,7 @@ bool IsWindowConsideredWindowManagerRoot(const Display* display,
const WindowManagerDisplayRoot* display_root =
display->GetActiveWindowManagerDisplayRoot();
- return display_root && display_root->GetClientVisibileRoot() == window;
+ return display_root && display_root->GetClientVisibleRoot() == window;
}
} // namespace
« no previous file with comments | « services/ui/ws/window_manager_state.cc ('k') | ui/compositor/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698