| Index: trunk/src/content/shell/app/shell_main_delegate.cc
|
| ===================================================================
|
| --- trunk/src/content/shell/app/shell_main_delegate.cc (revision 282675)
|
| +++ trunk/src/content/shell/app/shell_main_delegate.cc (working copy)
|
| @@ -162,7 +162,7 @@
|
| command_line.AppendSwitch(switches::kEnableInbandTextTracks);
|
| command_line.AppendSwitch(switches::kMuteAudio);
|
|
|
| -#if defined(USE_AURA) || defined(OS_ANDROID)
|
| +#if defined(USE_AURA) || defined(OS_ANDROID) || defined(OS_MACOSX)
|
| // TODO: crbug.com/311404 Make layout tests work w/ delegated renderer.
|
| command_line.AppendSwitch(switches::kDisableDelegatedRenderer);
|
| command_line.AppendSwitch(cc::switches::kCompositeToMailbox);
|
|
|