| Index: content/renderer/dom_serializer_browsertest.cc
|
| ===================================================================
|
| --- content/renderer/dom_serializer_browsertest.cc (revision 248569)
|
| +++ content/renderer/dom_serializer_browsertest.cc (working copy)
|
| @@ -175,7 +175,7 @@
|
|
|
| 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
|
|
|