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 44c9eed72623ad3b938646b6f150dc602ca4019f..08d1fc6987c111780d67f26db6ddc67f2525e01a 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -841,6 +841,8 @@ DrawResult LayerTreeHostImpl::CalculateRenderPasses( |
append_quads_data.visible_content_area); |
rendering_stats_instrumentation_->AddApproximatedVisibleContentArea( |
append_quads_data.approximated_visible_content_area); |
+ rendering_stats_instrumentation_->AddCheckerboardedVisibleContentArea( |
+ append_quads_data.checkerboarded_visible_content_area); |
num_missing_tiles += append_quads_data.num_missing_tiles; |
num_incomplete_tiles += append_quads_data.num_incomplete_tiles; |