| Index: content/common/frame_sink_provider.mojom
|
| diff --git a/content/common/frame_sink_provider.mojom b/content/common/frame_sink_provider.mojom
|
| index 2f636ed7d21c87f4b8f03f0fdc43136271249ee9..68ad55c0e705e8a459244ae6405ae3114099e824 100644
|
| --- a/content/common/frame_sink_provider.mojom
|
| +++ b/content/common/frame_sink_provider.mojom
|
| @@ -1,10 +1,12 @@
|
| module content.mojom;
|
|
|
| +import "services/viz/public/interfaces/hit_test/input_hit_test.mojom";
|
| import "services/viz/public/interfaces/compositing/compositor_frame_sink.mojom";
|
|
|
| // This interface provides CompositorFrameSink for the renderer.
|
| interface FrameSinkProvider {
|
| CreateForWidget(
|
| int32 widget_id, viz.mojom.CompositorFrameSink& request,
|
| - viz.mojom.CompositorFrameSinkClient client);
|
| + viz.mojom.CompositorFrameSinkClient client,
|
| + viz.mojom.FrameInputHitTest hit_test);
|
| };
|
|
|