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

Unified Diff: components/display_compositor/gpu_compositor_frame_sink.h

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_compositor_frame_sink.h
diff --git a/components/display_compositor/gpu_compositor_frame_sink.h b/components/display_compositor/gpu_compositor_frame_sink.h
index 2ccac2927d027732dbea242f5eca835e27e92e72..6eefcb5f1bee6897f2e98b384e4d29e19691326f 100644
--- a/components/display_compositor/gpu_compositor_frame_sink.h
+++ b/components/display_compositor/gpu_compositor_frame_sink.h
@@ -34,6 +34,7 @@ class DISPLAY_COMPOSITOR_EXPORT GpuCompositorFrameSink
GpuCompositorFrameSink(
GpuCompositorFrameSinkDelegate* delegate,
cc::SurfaceManager* surface_manager,
+ cc::FrameSinkManager* framesink_manager,
const cc::FrameSinkId& frame_sink_id,
std::unique_ptr<cc::Display> display,
std::unique_ptr<cc::BeginFrameSource> begin_frame_source,
@@ -63,6 +64,7 @@ class DISPLAY_COMPOSITOR_EXPORT GpuCompositorFrameSink
GpuCompositorFrameSinkDelegate* const delegate_;
cc::CompositorFrameSinkSupport support_;
cc::SurfaceManager* const surface_manager_;
+ cc::FrameSinkManager* const framesink_manager_;
private:
// cc::CompositorFrameSinkSupportClient implementation:

Powered by Google App Engine
This is Rietveld 408576698