| Index: content/browser/renderer_host/frame_sink_provider_impl.h
|
| diff --git a/content/browser/renderer_host/frame_sink_provider_impl.h b/content/browser/renderer_host/frame_sink_provider_impl.h
|
| index 497918b690ff61d83991ece06900ca9308833bb8..614c060efc2f033bd0730244292438a154082f2a 100644
|
| --- a/content/browser/renderer_host/frame_sink_provider_impl.h
|
| +++ b/content/browser/renderer_host/frame_sink_provider_impl.h
|
| @@ -21,10 +21,10 @@ class FrameSinkProviderImpl : public mojom::FrameSinkProvider {
|
| void Unbind();
|
|
|
| // mojom::FrameSinkProvider implementation.
|
| - void CreateForWidget(
|
| - int32_t widget_id,
|
| - viz::mojom::CompositorFrameSinkRequest request,
|
| - viz::mojom::CompositorFrameSinkClientPtr client) override;
|
| + void CreateForWidget(int32_t widget_id,
|
| + viz::mojom::CompositorFrameSinkRequest request,
|
| + viz::mojom::CompositorFrameSinkClientPtr client,
|
| + viz::mojom::FrameInputHitTestPtr hit_test) override;
|
|
|
| private:
|
| const int32_t process_id_;
|
|
|