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; |
} |