| Index: ui/aura/bench/bench_main.cc
|
| diff --git a/ui/aura/bench/bench_main.cc b/ui/aura/bench/bench_main.cc
|
| index e2cb23e7785f0ac1d3ba2bf74889296f0b59e60d..ed5c02da242d6ede1503fb4671ec523e2361a085 100644
|
| --- a/ui/aura/bench/bench_main.cc
|
| +++ b/ui/aura/bench/bench_main.cc
|
| @@ -300,8 +300,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();
|
|
|
|
|