| Index: content/common/frame_sink_provider.mojom
|
| diff --git a/content/common/frame_sink_provider.mojom b/content/common/frame_sink_provider.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5c2b1299f3be92d83ef1ce0b0e20f8738fab5c7d
|
| --- /dev/null
|
| +++ b/content/common/frame_sink_provider.mojom
|
| @@ -0,0 +1,10 @@
|
| +module content.mojom;
|
| +
|
| +import "cc/ipc/mojo_compositor_frame_sink.mojom";
|
| +
|
| +// This interface provides MojoCompositorFrameSink for the renderer.
|
| +interface FrameSinkProvider {
|
| + CreateForWidget(
|
| + int32 widget_id, cc.mojom.MojoCompositorFrameSink& request,
|
| + cc.mojom.MojoCompositorFrameSinkClient client);
|
| +};
|
|
|