Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: components/mus/gpu/gpu_service_impl.h

Issue 2020293003: Use mus::MojoGpuMemoryBufferManager in mus::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698