Index: ui/views/examples/examples_main.cc |
diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc |
index 807e92b4ff773f6998d69411182ff26f280c2301..a2f87391c29d968f763bafbcb41ccaa6cba39c82 100644 |
--- a/ui/views/examples/examples_main.cc |
+++ b/ui/views/examples/examples_main.cc |
@@ -57,7 +57,7 @@ int main(int argc, char** argv) { |
// 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); |
base::MessageLoopForUI message_loop; |