| Index: services/ui/ws/gpu_service_proxy.h
|
| diff --git a/services/ui/ws/gpu_service_proxy.h b/services/ui/ws/gpu_service_proxy.h
|
| index 9a9a009873a01fde91e5e1895d04b2dc5abd4b50..c2021ff1bf3db0e4acafa969514e715746e1e7be 100644
|
| --- a/services/ui/ws/gpu_service_proxy.h
|
| +++ b/services/ui/ws/gpu_service_proxy.h
|
| @@ -51,14 +51,14 @@ class GpuServiceProxy : public mojom::GpuService,
|
| void EstablishGpuChannel(
|
| const EstablishGpuChannelCallback& callback) override;
|
| void CreateGpuMemoryBuffer(
|
| - mojom::GpuMemoryBufferIdPtr id,
|
| + gfx::GpuMemoryBufferId id,
|
| const gfx::Size& size,
|
| gfx::BufferFormat format,
|
| gfx::BufferUsage usage,
|
| uint64_t surface_id,
|
| const mojom::GpuService::CreateGpuMemoryBufferCallback& callback)
|
| override;
|
| - void DestroyGpuMemoryBuffer(mojom::GpuMemoryBufferIdPtr id,
|
| + void DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| const gpu::SyncToken& sync_token) override;
|
|
|
| // gpu::GpuChannelHostFactory overrides:
|
|
|