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

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

Issue 2897303002: chromeos: Changes DisplayManagerObserver to have a single function (Closed)
Patch Set: fix compile 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/public/interfaces/display_manager.mojom ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.cc
diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
index 74376b4d4ecf0e5dcfd882017ff27e8d7c586535..4625f3ecab6e9cf43be27e828eece1acfa8a43a0 100644
--- a/services/ui/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -224,7 +224,7 @@ void Display::InitWindowManagerDisplayRoots() {
} else {
CreateWindowManagerDisplayRootsFromFactories();
}
- display_manager()->OnDisplayUpdate(display_);
+ display_manager()->OnDisplayUpdated(display_);
}
void Display::CreateWindowManagerDisplayRootsFromFactories() {
« no previous file with comments | « services/ui/public/interfaces/display_manager.mojom ('k') | services/ui/ws/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698