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

Unified Diff: content/shell/android/shell_library_loader.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: content/shell/android/shell_library_loader.cc
diff --git a/content/shell/android/shell_library_loader.cc b/content/shell/android/shell_library_loader.cc
index d9b3d28b229148bbdc67e17b81ca47ce15a679d1..5f99d816bedf3de40640c2b0f839bbad6373cb0a 100644
--- a/content/shell/android/shell_library_loader.cc
+++ b/content/shell/android/shell_library_loader.cc
@@ -17,7 +17,9 @@ bool RegisterJNI(JNIEnv* env) {
}
bool Init() {
+#if !defined(USE_AURA)
content::Compositor::Initialize();
+#endif
content::SetContentMainDelegate(new content::ShellMainDelegate());
return true;
}

Powered by Google App Engine
This is Rietveld 408576698