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 b00e659772fbf7f2c4fd60f7a23cbee3ec928168..74df26ff76c5e94f6d7a382636275486fe96e76e 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -157,6 +157,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
if (!command_line.HasSwitch(switches::kEnableThreadedCompositing)) { |
command_line.AppendSwitch(switches::kDisableThreadedCompositing); |
command_line.AppendSwitch(cc::switches::kDisableThreadedAnimation); |
+ command_line.AppendSwitch(switches::kDisableImplSidePainting); |
} |
command_line.AppendSwitch(switches::kEnableInbandTextTracks); |