| Index: mojo/examples/aura_demo/aura_demo.cc
|
| diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc
|
| index f54d213b3829485cb938747d843ea6e72639b7b3..7a0a7b900ae075666cd25eaff97663046f811959 100644
|
| --- a/mojo/examples/aura_demo/aura_demo.cc
|
| +++ b/mojo/examples/aura_demo/aura_demo.cc
|
| @@ -187,7 +187,7 @@ extern "C" AURA_DEMO_EXPORT MojoResult CDECL MojoMain(
|
| // TODO(beng): This crashes in a DCHECK on X11 because this thread's
|
| // MessageLoop is not of TYPE_UI. I think we need a way to build
|
| // Aura that doesn't define platform-specific stuff.
|
| - aura::Env::CreateInstance();
|
| + aura::Env::CreateInstance(true);
|
| mojo::examples::AuraDemo app(shell_handle);
|
| loop.Run();
|
|
|
|
|