| 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 a4ec66434982feb60279ca7feec9f4b1c3baa364..104b91406d43cfcc0f965b2f655b878fd9616463 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -166,7 +166,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) {
|
| command_line.AppendSwitch(switches::kDisableThreadedCompositing);
|
| command_line.AppendSwitch(cc::switches::kDisableThreadedAnimation);
|
| - command_line.AppendSwitch(switches::kDisableImplSidePainting);
|
| // Text blobs are normally disabled when kDisableImplSidePainting is
|
| // present to ensure correct LCD behavior, but for layout tests we want
|
| // them on because LCD is always suppressed.
|
|
|