Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Unified Diff: mojo/aura/aura_init.cc

Issue 477923004: Create native_viewport_service, don't build it into mojo_shell unless Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove workaround for thunks Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/mojo.gyp » ('j') | mojo/services/html_viewer/html_viewer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « no previous file | mojo/mojo.gyp » ('j') | mojo/services/html_viewer/html_viewer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698