Index: mojo/aura/aura_init.cc |
diff --git a/mojo/aura/aura_init.cc b/mojo/aura/aura_init.cc |
index a99ce25fc3a88d448d76ea32b785c7fcb275bb95..df17ab77b66ecc0546f65b9116f6ac0abc267d03 100644 |
--- a/mojo/aura/aura_init.cc |
+++ b/mojo/aura/aura_init.cc |
@@ -11,7 +11,7 @@ |
namespace mojo { |
AuraInit::AuraInit() { |
- aura::Env::CreateInstance(true); |
+ aura::Env::CreateInstance(false); |
Ben Goodger (Google)
2014/09/02 22:24:16
awesome. what could go wrong??
DaveMoore
2014/09/02 22:39:06
According to sky we shouldn't create a new event s
|
context_factory_.reset(new ContextFactoryMojo); |
aura::Env::GetInstance()->set_context_factory(context_factory_.get()); |