| Index: services/ui/gpu/gpu_service_internal.h
|
| diff --git a/services/ui/gpu/gpu_service_internal.h b/services/ui/gpu/gpu_service_internal.h
|
| index cbee07d4914ca036d6bd18409a6dbb4ba8d0466c..ca199970cff615e8a6de064b0a9345fd27adba68 100644
|
| --- a/services/ui/gpu/gpu_service_internal.h
|
| +++ b/services/ui/gpu/gpu_service_internal.h
|
| @@ -132,6 +132,10 @@ class GpuServiceInternal : public gpu::GpuChannelManagerDelegate,
|
|
|
| std::unique_ptr<ui::DisplayCompositor> display_compositor_;
|
|
|
| + // The message-pipe used by the DisplayCompositor to request gpu memory
|
| + // buffers.
|
| + mojom::GpuServiceInternalPtr gpu_internal_;
|
| +
|
| scoped_refptr<gpu::InProcessCommandBuffer::Service> gpu_command_service_;
|
| std::unique_ptr<gpu::SyncPointManager> owned_sync_point_manager_;
|
| std::unique_ptr<gpu::GpuChannelManager> gpu_channel_manager_;
|
|
|