| 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 8b466bd0b2b8fd5ad1f70adfba50afea3910217c..e8c1f2f390734b450ac6bb3c2c5d40513bc76f7b 100644
|
| --- a/content/common/gpu/gpu_channel_manager.cc
|
| +++ b/content/common/gpu/gpu_channel_manager.cc
|
| @@ -58,8 +58,8 @@ GpuChannelManager::~GpuChannelManager() {
|
|
|
| gpu::gles2::ProgramCache* GpuChannelManager::program_cache() {
|
| if (!program_cache_.get() &&
|
| - (gfx::g_driver_gl.ext.b_ARB_get_program_binary ||
|
| - gfx::g_driver_gl.ext.b_OES_get_program_binary) &&
|
| + (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(
|
| switches::kDisableGpuProgramCache)) {
|
| program_cache_.reset(new gpu::gles2::MemoryProgramCache());
|
|
|