| Index: ui/aura/demo/demo_main.cc
|
| diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc
|
| index 7739ed58c8a200adad8dd9329089960b8ccda219..b14a70e8b5d63b295b96259bf9a18e195f06e9f6 100644
|
| --- a/ui/aura/demo/demo_main.cc
|
| +++ b/ui/aura/demo/demo_main.cc
|
| @@ -112,8 +112,8 @@ int DemoMain() {
|
| 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);
|
|
|
| aura::Env::CreateInstance();
|
| scoped_ptr<aura::TestScreen> test_screen(aura::TestScreen::Create());
|
|
|