| Index: services/gfx/compositor/backend/gpu_rasterizer.h
|
| diff --git a/services/gfx/compositor/backend/gpu_rasterizer.h b/services/gfx/compositor/backend/gpu_rasterizer.h
|
| index 65eb5bb8a7275123d3c0e0fe6b15204c9da94505..566883fd110008e2338b0d3ae58fd547d13392b6 100644
|
| --- a/services/gfx/compositor/backend/gpu_rasterizer.h
|
| +++ b/services/gfx/compositor/backend/gpu_rasterizer.h
|
| @@ -46,7 +46,7 @@ class GpuRasterizer : public mojo::ViewportParameterListener,
|
| void OnContextLost() override;
|
|
|
| void CreateContext();
|
| - void InitContext(mojo::CommandBufferPtr command_buffer);
|
| + void InitContext(mojo::InterfaceHandle<mojo::CommandBuffer> command_buffer);
|
| void DestroyContext();
|
| void OnContextProviderConnectionError();
|
|
|
|
|