| 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 6cfffb6b94764ace8507b09652c85be652ee5de2..e4248a5db593a3558580840137fe57fbbe030bbf 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -189,11 +189,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| switches::kEnableExperimentalWebPlatformFeatures);
|
| }
|
|
|
| - if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) {
|
| - command_line.AppendSwitch(switches::kDisableThreadedCompositing);
|
| - command_line.AppendSwitch(cc::switches::kDisableThreadedAnimation);
|
| - }
|
| -
|
| if (!command_line.HasSwitch(switches::kEnableDisplayList2dCanvas)) {
|
| command_line.AppendSwitch(switches::kDisableDisplayList2dCanvas);
|
| }
|
|
|