| Index: services/ui/public/cpp/gpu/gpu.h
|
| diff --git a/services/ui/public/cpp/gpu/gpu.h b/services/ui/public/cpp/gpu/gpu.h
|
| index f99250a65d4376a258ead4a999646095ac263d7b..3f6e794e9f42063ae93624ba519ef4c7df1bed19 100644
|
| --- a/services/ui/public/cpp/gpu/gpu.h
|
| +++ b/services/ui/public/cpp/gpu/gpu.h
|
| @@ -83,6 +83,8 @@ class Gpu : public gpu::GpuChannelHostFactory,
|
| scoped_refptr<gpu::GpuChannelHost> gpu_channel_;
|
| std::vector<gpu::GpuChannelEstablishedCallback> establish_callbacks_;
|
|
|
| + bool in_shutdown_ = false;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(Gpu);
|
| };
|
|
|
|
|