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