Index: ui/views/examples/examples_main.cc |
diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc |
index a1d5632e1096504e2d85a3fc641ac25e83d0b5c0..b46f9a1496edc978006714f1b801b649a693b205 100644 |
--- a/ui/views/examples/examples_main.cc |
+++ b/ui/views/examples/examples_main.cc |
@@ -55,9 +55,8 @@ |
gfx::GLSurface::InitializeOneOff(); |
// 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->set_use_test_surface(false); |
base::MessageLoopForUI message_loop; |