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

Unified Diff: content/shell/app/shell_main_delegate.cc

Issue 2964563002: Removing --disable/enable-threaded-compositing cmdline switches.
Patch Set: Created 3 years, 6 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/renderer/render_thread_impl.cc ('k') | third_party/WebKit/LayoutTests/ASANExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/LayoutTests/ASANExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698