| Index: ui/aura/bench/bench_main.cc
|
| diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
|
| index 58dbde940dd83d47f84d39f0c144aede38185fbc..3e880dad483357f1d48ca912f368f8b232fbf3b1 100644
|
| --- a/ui/aura/bench/bench_main.cc
|
| +++ b/ui/aura/bench/bench_main.cc
|
| @@ -296,8 +296,8 @@ int main(int argc, char** argv) {
|
| gfx::GLSurface::InitializeOneOff();
|
|
|
| // The ContextFactory must exist before any Compositors are created.
|
| - bool allow_test_contexts = false;
|
| - ui::InitializeContextFactoryForTests(allow_test_contexts);
|
| + bool enable_pixel_output = true;
|
| + ui::InitializeContextFactoryForTests(enable_pixel_output);
|
|
|
| base::i18n::InitializeICU();
|
|
|
|
|