Index: ui/aura/bench/bench_main.cc |
diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc |
index ebf3131bdf5df04b0cacbf5a8e421779374c2e37..bfe1b004be4d44d79ae4378186957bc639d5a34d 100644 |
--- a/ui/aura/bench/bench_main.cc |
+++ b/ui/aura/bench/bench_main.cc |
@@ -297,8 +297,9 @@ int main(int argc, char** argv) { |
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()); |
+ new ui::InProcessContextFactory(context_factory_for_test)); |
base::i18n::InitializeICU(); |