| Index: services/ui/gpu/gpu_service.h
|
| diff --git a/services/ui/gpu/gpu_service.h b/services/ui/gpu/gpu_service.h
|
| index 88dd9aa98f9988dd7c7214df5f9ff92c40f18a0a..69fecd68f283b444c5ce12efff95ffb00ca97750 100644
|
| --- a/services/ui/gpu/gpu_service.h
|
| +++ b/services/ui/gpu/gpu_service.h
|
| @@ -134,6 +134,7 @@ class GpuService : public gpu::GpuChannelManagerDelegate,
|
| void Crash() override;
|
| void Hang() override;
|
| void ThrowJavaException() override;
|
| + void Stop(const StopCallback& callback) override;
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> io_runner_;
|
|
|
|
|