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

Unified Diff: services/ui/ws/gpu_service_proxy.h

Issue 2539893002: Mus: Implement GpuMain mojo interface (Closed)
Patch Set: Cleanup of naming some more Created 4 years, 1 month 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: services/ui/ws/gpu_service_proxy.h
diff --git a/services/ui/ws/gpu_service_proxy.h b/services/ui/ws/gpu_service_proxy.h
index c85b66f5f9cabdd228f351f5b02765b7a8441778..6fb57bc53ec5b1fcdb277e64188d83fd0a7a105b 100644
--- a/services/ui/ws/gpu_service_proxy.h
+++ b/services/ui/ws/gpu_service_proxy.h
@@ -61,6 +61,9 @@ class GpuServiceProxy : public mojom::GpuService {
int32_t next_client_id_;
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
mojom::GpuServiceInternalPtr gpu_service_;
+ cc::mojom::DisplayCompositorFactoryRequest
+ pending_display_compositor_factory_request_;
+ cc::mojom::DisplayCompositorFactoryPtr display_compositor_factory_;
mojo::BindingSet<mojom::GpuService> bindings_;
gpu::GPUInfo gpu_info_;
std::unique_ptr<MusGpuMemoryBufferManager> gpu_memory_buffer_manager_;

Powered by Google App Engine
This is Rietveld 408576698