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

Unified Diff: chrome/browser/chrome_browser_main_android.cc

Issue 2299613003: New Compositor and tab content
Patch Set: more clean up Created 4 years, 4 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 | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_android.cc
diff --git a/chrome/browser/chrome_browser_main_android.cc b/chrome/browser/chrome_browser_main_android.cc
index 5fc64082b3f86b1bae0d9a01a51ba3881780188a..707cfd2525ea62d0f65b3be707062613ca1fbc7d 100644
--- a/chrome/browser/chrome_browser_main_android.cc
+++ b/chrome/browser/chrome_browser_main_android.cc
@@ -103,6 +103,7 @@ void ChromeBrowserMainPartsAndroid::PreEarlyInitialization() {
new net::NetworkChangeNotifierFactoryAndroid());
content::Compositor::Initialize();
+ LOG(ERROR) << "bshe compositor initialized";
// Chrome on Android does not use default MessageLoop. It has its own
// Android specific MessageLoop.
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698