| Index: services/ui/common/gpu_service.h
|
| diff --git a/services/ui/common/gpu_service.h b/services/ui/common/gpu_service.h
|
| index 7308754eac55f45c1c5ac0d7b234f8e75e16e9cd..7a680771736061acad4673cc7cee40b6b3324ee9 100644
|
| --- a/services/ui/common/gpu_service.h
|
| +++ b/services/ui/common/gpu_service.h
|
| @@ -34,6 +34,8 @@ class MUS_COMMON_EXPORT GpuService : public gpu::GpuChannelHostFactory {
|
| return gpu_memory_buffer_manager_.get();
|
| }
|
|
|
| + static bool UseChromeGpuCommandBuffer();
|
| +
|
| // The GpuService has to be initialized in the main thread before establishing
|
| // the gpu channel.
|
| static void Initialize(shell::Connector* connector);
|
|
|