| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index da5a242b7764a04c282ee68345fb08703f7fa3a2..c809a615c61e0efbdae86a852b11951aab86c417 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -131,6 +131,7 @@ static const char* const kSwitchNames[] = {
|
| #if defined(OS_WIN)
|
| switches::kEnableAcceleratedVpxDecode,
|
| #endif
|
| + switches::kEnableColorCorrectRendering,
|
| switches::kEnableGpuRasterization,
|
| switches::kEnableHeapProfiling,
|
| switches::kEnableLogging,
|
|
|