| Index: content/common/frame_sink_provider.mojom
|
| diff --git a/content/common/frame_sink_provider.mojom b/content/common/frame_sink_provider.mojom
|
| deleted file mode 100644
|
| index 5c2b1299f3be92d83ef1ce0b0e20f8738fab5c7d..0000000000000000000000000000000000000000
|
| --- a/content/common/frame_sink_provider.mojom
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -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);
|
| -};
|
|
|