diff --git a/src/browser/browser_client.cc b/src/browser/browser_client.cc index 91e360a..44cd2d6 100644 --- a/src/browser/browser_client.cc +++ b/src/browser/browser_client.cc @@ -132,9 +132,6 @@ ThrustShellBrowserClient::AppendExtraCommandLineSwitches( command_line->AppendSwitch(switches::kEnableThreadedCompositing); command_line->AppendSwitch(switches::kSubpixelFontScaling); command_line->AppendSwitch(switches::kOverlayFullscreenVideo); -#if defined(OS_MACOSX) - command_line->AppendSwitch(switches::kUseCoreAnimation); -#endif } void