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 203d131e53471b611e7656278c4e7085464890ce..773e0ae8d4b0dbd8120886c0991c548dd36e98c9 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -157,7 +157,6 @@ |
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); |