commit | 0c2c0d17c0fef7aa865749c285423046d76f317e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Feb 04 17:24:43 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Feb 04 17:24:43 2014 |
tree | 90bcffb3de96de0517dcdfa568c0db81b514763c | |
parent | 66708e1b8c24cae7639e603356e32b6291533a29 [diff] [blame] |
Clean up some ifdefs around Win Aura. BUG=330735 [email protected], [email protected] Review URL: https://codereview.chromium.org/136643006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248742 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/savable_resources_browsertest.cc b/content/renderer/savable_resources_browsertest.cc index 5f7a0ca..aa7b7287 100644 --- a/content/renderer/savable_resources_browsertest.cc +++ b/content/renderer/savable_resources_browsertest.cc
@@ -20,7 +20,7 @@ public: virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line->AppendSwitch(switches::kSingleProcess); -#if defined(OS_WIN) && defined(USE_AURA) +#if defined(OS_WIN) // Don't want to try to create a GPU process. command_line->AppendSwitch(switches::kDisableAcceleratedCompositing); #endif