Chromium Code Reviews| 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..2a962952ca3706aa6f112ad6095ac0c912ffa81e |
| --- /dev/null |
| +++ b/content/common/frame_sink_provider.mojom |
| @@ -0,0 +1,9 @@ |
| +module content.mojom; |
| + |
| +import "cc/ipc/mojo_compositor_frame_sink.mojom"; |
| + |
| +interface FrameSinkProvider { |
|
Fady Samuel
2017/04/10 02:28:38
Explain what this interface is about?
Saman Sami
2017/04/10 15:05:51
Done.
|
| + CreateForWidget( |
| + int32 widget_id, cc.mojom.MojoCompositorFrameSink& request, |
|
Fady Samuel
2017/04/10 02:28:38
This is the routing ID?
|
| + cc.mojom.MojoCompositorFrameSinkClient client); |
| +}; |