Skip to content

Commit

Permalink
Fix build error MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Dec 2, 2014
1 parent e0debb7 commit 7c17e16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/browser/browser_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c17e16

Please sign in to comment.