Index: ui/aura/demo/demo_main.cc |
diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc |
index fe6ea80003c1276a136dcf6fc75fa51455d4d435..99cb67060f2c4760244e1e96f82882b30c0a0982 100644 |
--- a/ui/aura/demo/demo_main.cc |
+++ b/ui/aura/demo/demo_main.cc |
@@ -118,7 +118,7 @@ int DemoMain() { |
// The ContextFactory must exist before any Compositors are created. |
scoped_ptr<ui::InProcessContextFactory> context_factory( |
- new ui::InProcessContextFactory()); |
+ new ui::InProcessContextFactory(false)); |
context_factory->set_use_test_surface(false); |
// Create the message-loop here before creating the root window. |