| 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 bcef628d73f7aeebc081ee53af296d5182637f98..544fafb9a64e84ce191d3640937d333e260c1290 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -141,8 +141,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
|
|
| if (!command_line.HasSwitch(switches::kEnableThreadedCompositing))
|
| command_line.AppendSwitch(cc::switches::kDisableThreadedAnimation);
|
| - if (command_line.HasSwitch(switches::kEnableSoftwareCompositing))
|
| - command_line.AppendSwitch(switches::kEnableSoftwareCompositingGLAdapter);
|
|
|
| command_line.AppendSwitch(switches::kEnableInbandTextTracks);
|
|
|
|
|