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

Unified Diff: services/ui/gpu/display_compositor/display_impl.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/gpu/display_compositor/display_impl.h ('k') | services/ui/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/display_compositor/display_impl.cc
diff --git a/services/ui/gpu/display_compositor/display_impl.cc b/services/ui/gpu/display_compositor/display_impl.cc
index 61456f33a98392d9fe1578828502a784039736e6..21e3082c128f5fb9b0d558d52a9bf48017c13e52 100644
--- a/services/ui/gpu/display_compositor/display_impl.cc
+++ b/services/ui/gpu/display_compositor/display_impl.cc
@@ -15,10 +15,10 @@ DisplayImpl::DisplayImpl(
mojom::DisplayHostPtr host,
mojo::InterfaceRequest<mojom::CompositorFrameSink> sink,
mojom::CompositorFrameSinkClientPtr client,
- const scoped_refptr<SurfacesState>& surfaces_state)
+ const scoped_refptr<DisplayCompositor>& display_compositor)
: binding_(this, std::move(display)) {
const uint32_t client_id = 1;
- sink_.reset(new CompositorFrameSinkImpl(this, client_id, surfaces_state,
+ sink_.reset(new CompositorFrameSinkImpl(this, client_id, display_compositor,
std::move(sink), std::move(client)));
}
« no previous file with comments | « services/ui/gpu/display_compositor/display_impl.h ('k') | services/ui/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698