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

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

Issue 2521763002: Give ServerWindowCompositorFrameSinkManager ownership of GpuCompositorFrameSink (Closed)
Patch Set: Created 4 years, 1 month 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/gpu_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/gpu_compositor_frame_sink.h
diff --git a/services/ui/ws/gpu_compositor_frame_sink.h b/services/ui/ws/gpu_compositor_frame_sink.h
index 65a7b82d952777b4bcfa93f4f61efdb4bf78b31b..18fdb0804b61e25ea7ac75dd25b64dbab46a37f5 100644
--- a/services/ui/ws/gpu_compositor_frame_sink.h
+++ b/services/ui/ws/gpu_compositor_frame_sink.h
@@ -55,6 +55,7 @@ class GpuCompositorFrameSink : public cc::mojom::MojoCompositorFrameSink,
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
scoped_refptr<SurfacesContextProvider> context_provider,
cc::mojom::MojoCompositorFrameSinkRequest request,
+ cc::mojom::MojoCompositorFrameSinkPrivateRequest private_request,
cc::mojom::MojoCompositorFrameSinkClientPtr client);
~GpuCompositorFrameSink() override;
@@ -128,6 +129,7 @@ class GpuCompositorFrameSink : public cc::mojom::MojoCompositorFrameSink,
cc::mojom::MojoCompositorFrameSinkClientPtr client_;
mojo::Binding<cc::mojom::MojoCompositorFrameSink> binding_;
+ mojo::Binding<cc::mojom::MojoCompositorFrameSinkPrivate> private_binding_;
DISALLOW_COPY_AND_ASSIGN(GpuCompositorFrameSink);
};
« no previous file with comments | « no previous file | services/ui/ws/gpu_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698