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

Unified Diff: blimp/client/feature/compositor/blimp_compositor_manager.cc

Issue 1840843005: blimp: Add logging for compositor and render widget feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a test. Created 4 years, 9 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 | « blimp/client/feature/compositor/blimp_compositor.cc ('k') | blimp/common/logging.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/compositor/blimp_compositor_manager.cc
diff --git a/blimp/client/feature/compositor/blimp_compositor_manager.cc b/blimp/client/feature/compositor/blimp_compositor_manager.cc
index 4e5e67fea276b4c6c378697c7caf0ca01c5a5119..9902745d8953ca7cba6953e49d9ea57a7db4195e 100644
--- a/blimp/client/feature/compositor/blimp_compositor_manager.cc
+++ b/blimp/client/feature/compositor/blimp_compositor_manager.cc
@@ -89,6 +89,8 @@ void BlimpCompositorManager::OnRenderWidgetInitialized(int render_widget_id) {
return;
if (active_compositor_) {
+ VLOG(1) << "Hiding currently active compositor for render widget: "
+ << active_compositor_->render_widget_id();
active_compositor_->SetVisible(false);
active_compositor_->ReleaseAcceleratedWidget();
}
« no previous file with comments | « blimp/client/feature/compositor/blimp_compositor.cc ('k') | blimp/common/logging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698