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

Unified Diff: components/display_compositor/gpu_offscreen_compositor_frame_sink.cc

Issue 2684933003: Move frame_sink_id management to framesink_manager.cc/h from (Closed)
Patch Set: Created 3 years, 10 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: components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
diff --git a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
index e47474ded0a1409a02f7ecc2bbce0d2494493672..70aca77963a9e7435f4f41aac8336b20a9298bec 100644
--- a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
+++ b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
@@ -9,6 +9,7 @@ namespace display_compositor {
GpuOffscreenCompositorFrameSink::GpuOffscreenCompositorFrameSink(
GpuCompositorFrameSinkDelegate* delegate,
cc::SurfaceManager* surface_manager,
+ cc::FrameSinkManager* framesink_manager,
const cc::FrameSinkId& frame_sink_id,
cc::mojom::MojoCompositorFrameSinkRequest request,
cc::mojom::MojoCompositorFrameSinkPrivateRequest
@@ -16,6 +17,7 @@ GpuOffscreenCompositorFrameSink::GpuOffscreenCompositorFrameSink(
cc::mojom::MojoCompositorFrameSinkClientPtr client)
: GpuCompositorFrameSink(delegate,
surface_manager,
+ framesink_manager,
frame_sink_id,
nullptr,
nullptr,

Powered by Google App Engine
This is Rietveld 408576698