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 ad2b4b8d32c3e9bffa8957192fd5dc79d836084a..eb6442ede48637deb26d09cd6a70ae502bbf6788 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -164,6 +164,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
#if defined(USE_AURA) || defined(OS_ANDROID) |
// TODO: crbug.com/311404 Make layout tests work w/ delegated renderer. |
command_line.AppendSwitch(switches::kDisableDelegatedRenderer); |
+ command_line.AppendSwitch(cc::switches::kCompositeToMailbox); |
#endif |
command_line.AppendSwitch(switches::kEnableFileCookies); |