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..f649eefbffc23103bbf2b111e07f9fd4296a118e 100644 |
--- a/ui/aura/bench/bench_main.cc |
+++ b/ui/aura/bench/bench_main.cc |
@@ -298,7 +298,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)); |
danakj
2014/12/04 21:05:03
give boolean literals a name with a temp variable
|
base::i18n::InitializeICU(); |