Index: components/mus/gpu/gpu_service_impl.h |
diff --git a/components/mus/gpu/gpu_service_impl.h b/components/mus/gpu/gpu_service_impl.h |
index 91045873c23459fd64377b19d1cfd32ad254a742..8e6d8f9b54fbda20bfb50ce46cc55fd66332fd6a 100644 |
--- a/components/mus/gpu/gpu_service_impl.h |
+++ b/components/mus/gpu/gpu_service_impl.h |
@@ -49,9 +49,6 @@ class GpuServiceImpl : public mojom::GpuService { |
private: |
mojo::StrongBinding<GpuService> binding_; |
- // A unique client id for constructing the GpuChannel. |
- const int32_t client_id_; |
- |
DISALLOW_COPY_AND_ASSIGN(GpuServiceImpl); |
}; |