| Index: services/ui/common/gpu_service.cc
|
| diff --git a/services/ui/common/gpu_service.cc b/services/ui/common/gpu_service.cc
|
| index 955035a5aecc99aeece3c1b6e61409b49a0a18c7..f2e1be28db20a5ca78e57e4ac7c32dd29df340f5 100644
|
| --- a/services/ui/common/gpu_service.cc
|
| +++ b/services/ui/common/gpu_service.cc
|
| @@ -53,14 +53,8 @@ GpuService::~GpuService() {
|
|
|
| // static
|
| bool GpuService::UseChromeGpuCommandBuffer() {
|
| -// TODO(penghuang): Kludge: Running with Chrome GPU command buffer by default
|
| -// breaks unit tests on Windows
|
| -#if defined(OS_WIN)
|
| - return false;
|
| -#else
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kUseMojoGpuCommandBufferInMus);
|
| -#endif
|
| }
|
|
|
| // static
|
|
|