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

Unified Diff: services/ui/gpu/display_compositor/compositor_frame_sink_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
Index: services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
diff --git a/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
index 867f2488f89bf536b36d41d10b943828670fdb76..8549ef7ec4242dedb27e6202df7f927ac1086571 100644
--- a/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
+++ b/services/ui/gpu/display_compositor/compositor_frame_sink_impl.cc
@@ -14,7 +14,7 @@ namespace gpu {
CompositorFrameSinkImpl::CompositorFrameSinkImpl(
CompositorFrameSinkDelegate* delegate,
int sink_id,
- const scoped_refptr<SurfacesState>& surfaces_state,
+ const scoped_refptr<DisplayCompositor>& surfaces_state,
mojo::InterfaceRequest<mojom::CompositorFrameSink> request,
mojom::CompositorFrameSinkClientPtr client)
: delegate_(delegate),
« no previous file with comments | « services/ui/gpu/display_compositor/compositor_frame_sink_impl.h ('k') | services/ui/gpu/display_compositor/display_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698