| Index: content/browser/gpu/gpu_data_manager_impl_private.cc
|
| diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| index 0f5c572dc9b2dce5202adc405a88901239f50306..d53fb73bd2bfe6430647c164006865d14eb27ec1 100644
|
| --- a/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| +++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
|
| @@ -739,23 +739,6 @@ void GpuDataManagerImplPrivate::AppendGpuCommandLine(
|
| gpu_info_.driver_version);
|
| }
|
|
|
| -void GpuDataManagerImplPrivate::AppendPluginCommandLine(
|
| - base::CommandLine* command_line) const {
|
| - DCHECK(command_line);
|
| -
|
| -#if defined(OS_MACOSX)
|
| - // TODO(jbauman): Add proper blacklist support for core animation plugins so
|
| - // special-casing this video card won't be necessary. See
|
| - // http://crbug.com/134015
|
| - if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_GPU_COMPOSITING)) {
|
| - if (!command_line->HasSwitch(
|
| - switches::kDisableCoreAnimationPlugins))
|
| - command_line->AppendSwitch(
|
| - switches::kDisableCoreAnimationPlugins);
|
| - }
|
| -#endif
|
| -}
|
| -
|
| void GpuDataManagerImplPrivate::UpdateRendererWebPrefs(
|
| WebPreferences* prefs) const {
|
| DCHECK(prefs);
|
|
|