| Index: content/public/browser/gpu_utils.cc
|
| diff --git a/content/public/browser/gpu_utils.cc b/content/public/browser/gpu_utils.cc
|
| index b6c000008871b135a77b4a8c2f0d1fc392ba8f81..795ff6b90fa552b32e0438ed652929192e105733 100644
|
| --- a/content/public/browser/gpu_utils.cc
|
| +++ b/content/public/browser/gpu_utils.cc
|
| @@ -83,8 +83,6 @@ const gpu::GpuPreferences GetGpuPreferencesFromCommandLine() {
|
| command_line->HasSwitch(switches::kDisableGpuShaderDiskCache);
|
| gpu_preferences.enable_share_group_async_texture_upload =
|
| command_line->HasSwitch(switches::kEnableShareGroupAsyncTextureUpload);
|
| - gpu_preferences.enable_subscribe_uniform_extension =
|
| - command_line->HasSwitch(switches::kEnableSubscribeUniformExtension);
|
| gpu_preferences.enable_threaded_texture_mailboxes =
|
| command_line->HasSwitch(switches::kEnableThreadedTextureMailboxes);
|
| gpu_preferences.gl_shader_interm_output =
|
|
|