Index: content/browser/gpu/gpu_data_manager_impl.cc |
diff --git a/content/browser/gpu/gpu_data_manager_impl.cc b/content/browser/gpu/gpu_data_manager_impl.cc |
index d45b4d8b951ab183b3740d12efad1ae9456732dc..0c09c08579747c9db2e3695e10a82fd4f49f28ce 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl.cc |
@@ -194,6 +194,8 @@ void GpuDataManagerImpl::AppendRendererCommandLine( |
if ((flags & content::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE) && |
!command_line->HasSwitch(switches::kDisableAcceleratedVideoDecode)) |
command_line->AppendSwitch(switches::kDisableAcceleratedVideoDecode); |
+ if (ShouldUseSoftwareRendering()) |
+ command_line->AppendSwitch(switches::kDisableFlashFullscreen3d); |
} |
void GpuDataManagerImpl::AppendGpuCommandLine( |