Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1463)

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

Issue 166163007: Remove --ui-enable-software-compositing flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uienablesoftwarecompositing: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | ui/compositor/compositor_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2761e58c3ae3382a362b6695b5379ab4bc6f97ff..cb8f203e046ac6b220c0d8d15dd06edb743eadd5 100644
--- a/content/public/test/browser_test_base.cc
+++ b/content/public/test/browser_test_base.cc
@@ -156,7 +156,6 @@ void BrowserTestBase::SetUp() {
command_line->AppendSwitch(switches::kDisableGpu);
command_line->AppendSwitch(switches::kEnableSoftwareCompositing);
#if defined(USE_AURA)
- command_line->AppendSwitch(switches::kUIEnableSoftwareCompositing);
command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
#endif
}
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | ui/compositor/compositor_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698