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

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

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Removed bad change Created 4 years, 2 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/cursor_unittest.cc ('k') | 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_manager.cc
diff --git a/services/ui/ws/display_manager.cc b/services/ui/ws/display_manager.cc
index 55a1d60da9d4a6ad8eea80655ccd6c4c21081b53..e027dd15fc90813d6f98751c71af2279a8fd1ef9 100644
--- a/services/ui/ws/display_manager.cc
+++ b/services/ui/ws/display_manager.cc
@@ -177,7 +177,7 @@ void DisplayManager::OnDisplayAdded(int64_t id,
params.metrics.bounds = bounds;
params.metrics.pixel_size = pixel_size;
params.metrics.device_scale_factor = scale_factor;
- params.surfaces_state = window_server_->GetSurfacesState();
+ params.display_compositor = window_server_->GetDisplayCompositor();
ws::Display* display = new ws::Display(window_server_, params);
display->Init(nullptr);
« no previous file with comments | « services/ui/ws/cursor_unittest.cc ('k') | services/ui/ws/display_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698