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

Unified Diff: cc/ipc/display_compositor.mojom

Issue 2703503002: WIP: move OffscreenCanvas into new display compositor
Patch Set: Refine connection lost 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: cc/ipc/display_compositor.mojom
diff --git a/cc/ipc/display_compositor.mojom b/cc/ipc/display_compositor.mojom
index bd0e942844edfe09cbbf536c53f06dcdc64c16a4..55e0f16b613e2319a309dd0f1d1114f1c140709b 100644
--- a/cc/ipc/display_compositor.mojom
+++ b/cc/ipc/display_compositor.mojom
@@ -57,6 +57,13 @@ interface DisplayCompositor {
cc.mojom.MojoCompositorFrameSink& compositor_frame_sink,
cc.mojom.MojoCompositorFrameSinkPrivate& compositor_frame_sink_private,
cc.mojom.MojoCompositorFrameSinkClient compositor_frame_sink_client);
+
+ // CreateOffscreenCanvasCompositorFrameSink is used by OffscreenCanvas.
+ CreateOffscreenCanvasCompositorFrameSink(
Fady Samuel 2017/02/21 14:16:18 I don't think we should special case offscreen can
+ cc.mojom.FrameSinkId frame_sink_id,
+ cc.mojom.MojoCompositorFrameSink& compositor_frame_sink,
+ cc.mojom.MojoCompositorFrameSinkClient compositor_frame_sink_client);
+
};
// The DisplayCompositorClient interface is implemented by the Display
« no previous file with comments | « no previous file | components/display_compositor/BUILD.gn » ('j') | content/browser/renderer_host/render_process_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698