| Index: services/ui/gpu/gpu_service.h
|
| diff --git a/services/ui/gpu/gpu_service.h b/services/ui/gpu/gpu_service.h
|
| index d2b566fad727b4c8b3d0963295cf46dc3436ae98..eccb5e766ca84beb6f0794201a3d2c127fa844a4 100644
|
| --- a/services/ui/gpu/gpu_service.h
|
| +++ b/services/ui/gpu/gpu_service.h
|
| @@ -54,6 +54,7 @@ class GpuService : public gpu::GpuChannelManagerDelegate,
|
|
|
| void InitializeWithHost(mojom::GpuHostPtr gpu_host,
|
| const gpu::GpuPreferences& preferences,
|
| + const gpu::GpuDriverBugWorkarounds& workarounds,
|
| gpu::SyncPointManager* sync_point_manager = nullptr,
|
| base::WaitableEvent* shutdown_event = nullptr);
|
| void Bind(mojom::GpuServiceRequest request);
|
|
|