| Index: content/common/gpu/gpu_channel_manager.cc
|
| diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc
|
| index dda8957ade25f453782f67eb4dc6f7a5d615d9ab..c2e9e429d2318711ea5e19e472768e1b446780c3 100644
|
| --- a/content/common/gpu/gpu_channel_manager.cc
|
| +++ b/content/common/gpu/gpu_channel_manager.cc
|
| @@ -121,7 +121,7 @@ gpu::gles2::ProgramCache* GpuChannelManager::program_cache() {
|
| if (!program_cache_.get() &&
|
| (gfx::g_driver_gl.ext.b_GL_ARB_get_program_binary ||
|
| gfx::g_driver_gl.ext.b_GL_OES_get_program_binary) &&
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableGpuProgramCache)) {
|
| program_cache_.reset(new gpu::gles2::MemoryProgramCache());
|
| }
|
|
|