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 a3b2799a6ba3f2d3a423313e6e5edd77f84be96c..3621a7fe1ffc541977d0965ff05d20300349f982 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc |
@@ -639,8 +639,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( |