Index: ui/views/examples/examples_main.cc |
diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc |
index 53a206ffc24c5a46318c80a0a9c9901eb6d2c125..f56bdd33a3227ad14b2cd21e8ed62a8036e118eb 100644 |
--- a/ui/views/examples/examples_main.cc |
+++ b/ui/views/examples/examples_main.cc |
@@ -50,8 +50,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); |
aura::Env::CreateInstance(); |