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

Unified Diff: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.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: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h
diff --git a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h
index 3a5d630e344a6dd3580dfd228c0e056541007e9d..30d8b02f19e9fc8d6c8626100c84e2813c166d02 100644
--- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h
+++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h
@@ -30,6 +30,7 @@ class OffscreenCanvasCompositorFrameSinkProviderImpl
cc::mojom::MojoCompositorFrameSinkRequest request) override;
cc::SurfaceManager* GetSurfaceManager();
+ cc::FrameSinkManager* GetFrameSinkManager();
void OnCompositorFrameSinkClientConnectionLost(
const cc::FrameSinkId& frame_sink_id);

Powered by Google App Engine
This is Rietveld 408576698