Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index 5aecc85eddbf66407294f59670e2374e2a8e819b..f7f6e14267874c8b87a3d33128ebe0803846147e 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -147,7 +147,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
if (!command_line.HasSwitch(switches::kStableReleaseMode)) { |
command_line.AppendSwitch( |
switches::kEnableExperimentalWebPlatformFeatures); |
- command_line.AppendSwitch(switches::kEnableCssShaders); |
} |
if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) |