| Index: trunk/src/content/browser/gpu/gpu_process_host.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/gpu/gpu_process_host.cc (revision 194502)
|
| +++ trunk/src/content/browser/gpu/gpu_process_host.cc (working copy)
|
| @@ -717,8 +717,8 @@
|
| callback.Run(IPC::ChannelHandle(), GPUInfo());
|
| }
|
|
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableGpuShaderDiskCache)) {
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableGpuShaderDiskCache)) {
|
| CreateChannelCache(client_id, gpu::kDefaultMaxProgramCacheMemoryBytes);
|
| }
|
| }
|
|
|