summaryrefslogtreecommitdiffstats
path: root/content/shell/app/shell_main_delegate.cc
diff options
context:
space:
mode:
authorccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 20:05:13 +0000
committerccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-11 20:05:13 +0000
commitebc42b2266a2c04caef839b90363e3c52bc5c444 (patch)
tree08ec0ef1763b3cb888b9bcdb44c1f763862b561e /content/shell/app/shell_main_delegate.cc
parentb91bcfad07643ed87a132338fd1cb229e55d8923 (diff)
downloadchromium_src-ebc42b2266a2c04caef839b90363e3c52bc5c444.zip
chromium_src-ebc42b2266a2c04caef839b90363e3c52bc5c444.tar.gz
chromium_src-ebc42b2266a2c04caef839b90363e3c52bc5c444.tar.bz2
Revert 282672 "Revert 281692 "Mac: Enable delegated renderer by ..."
I meant to revert r281866, not this ... > Revert 281692 "Mac: Enable delegated renderer by default" > > This is causing tabs to get stuck white. Removing before today's > Canary gets cut. The fix for the stuck white issue is being worked > on at > https://codereview.chromium.org/388793003/ > > > Mac: Enable delegated renderer by default > > > > Delegated renderer disabled for layout tests (as on other platforms). > > > > BUG=314190 > > TBR=piman > > > > Review URL: https://codereview.chromium.org/374643002 > > TBR=ccameron@chromium.org > > Review URL: https://codereview.chromium.org/386943008 TBR=ccameron@chromium.org Review URL: https://codereview.chromium.org/388973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/app/shell_main_delegate.cc')
-rw-r--r--content/shell/app/shell_main_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
index 773e0ae..b00e659 100644
--- a/content/shell/app/shell_main_delegate.cc
+++ b/content/shell/app/shell_main_delegate.cc
@@ -162,7 +162,7 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
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);