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 94bbc2b9d6764ab94eed60cad828481b81dfad5f..adbb6f3d2bb74c624a8fa90c4635699b06ea0d51 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc |
@@ -618,8 +618,6 @@ void GpuDataManagerImplPrivate::AppendRendererCommandLine( |
if (IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE) && |
!command_line->HasSwitch(switches::kDisableAcceleratedVideoDecode)) |
command_line->AppendSwitch(switches::kDisableAcceleratedVideoDecode); |
- if (ShouldUseSwiftShader()) |
- command_line->AppendSwitch(switches::kDisableFlashFullscreen3d); |
} |
void GpuDataManagerImplPrivate::AppendGpuCommandLine( |