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