| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 4e5542d84ee8c6b18aa8875efd4d1962fd24685e..53e71f50995137aa5e95c292b67cf554721a4a20 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -891,6 +891,8 @@ bool LayerTreeHost::PaintLayerContents(
|
| PrioritizeTextures(render_surface_layer_list,
|
| occlusion_tracker.overdraw_metrics());
|
|
|
| + printf("LayerTreeHost::PaintLayerContents\n");
|
| +
|
| // TODO(egraether): Use RenderingStatsInstrumentation in Layer::update()
|
| RenderingStats stats;
|
| RenderingStats* stats_ptr =
|
|
|