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

Unified Diff: services/ui/ws/display.h

Issue 2717333002: %s/num_window_manger_states/num_window_manager_states/g (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | services/ui/ws/display_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.h
diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
index 679a338fab81a596d4d1ccd6e1576c685c2ea6aa..2fae94d743b8df52b14bc9267ddc2b1df7b6fd94 100644
--- a/services/ui/ws/display.h
+++ b/services/ui/ws/display.h
@@ -109,7 +109,7 @@ class Display : public PlatformDisplayDelegate,
const_cast<const Display*>(this)->GetActiveWindowManagerDisplayRoot());
}
const WindowManagerDisplayRoot* GetActiveWindowManagerDisplayRoot() const;
- size_t num_window_manger_states() const {
+ size_t num_window_manager_states() const {
return window_manager_display_root_map_.size();
}
« no previous file with comments | « no previous file | services/ui/ws/display_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698