Chromium Code Reviews

Unified Diff: content/public/test/browser_test_base.cc

Issue 234443002: Remove enable-software-compositing command-line flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine