| Index: services/ui/public/cpp/gpu_service.h
 | 
| diff --git a/services/ui/public/cpp/gpu_service.h b/services/ui/public/cpp/gpu_service.h
 | 
| index 79b3893bc0cfbc961e32719783e6c97568125cbb..81adf2d470fabbea70492c4a44e2899b8e3f6c45 100644
 | 
| --- a/services/ui/public/cpp/gpu_service.h
 | 
| +++ b/services/ui/public/cpp/gpu_service.h
 | 
| @@ -31,7 +31,7 @@ class GpuService : public gpu::GpuChannelHostFactory,
 | 
|    ~GpuService() override;
 | 
|  
 | 
|    gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager() const {
 | 
| -    return gpu_memory_buffer_manager_.get();
 | 
| +    return gpu_memory_buffer_manager_->gpu_memory_buffer_manager();
 | 
|    }
 | 
|  
 | 
|    // The GpuService has to be initialized in the main thread before establishing
 | 
| 
 |