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

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: Try to get gn build working again 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);
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