| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index d5843ed551a5509a6eb8cdb4d2a328e10aaa92e8..bc1b618e91c137ae6c5a4848c8f9bbaee9878682 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -159,7 +159,6 @@ void BrowserTestBase::SetUp() {
|
|
|
| if (use_software_compositing_) {
|
| command_line->AppendSwitch(switches::kDisableGpu);
|
| - command_line->AppendSwitch(switches::kEnableSoftwareCompositing);
|
| #if defined(USE_AURA)
|
| command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
|
| #endif
|
|
|