Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index 870b65d89ba7b123085028c34359d4afbf122131..1b96c948ae04163ab47e4af79cf031f92fef8d73 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -1237,6 +1237,7 @@ void LayerTreeHostImpl::DrawLayers(FrameData* frame, |
DCHECK(CanDraw()); |
if (frame->has_no_damage) { |
+ LOG(INFO) << "EarlyOut_NoDamage"; |
TRACE_EVENT0("cc", "EarlyOut_NoDamage"); |
DCHECK(!output_surface_->capabilities() |
.draw_and_swap_full_viewport_every_frame); |