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 bb0a87d115916dcbc40ea6495ae872a93b754335..0be5ac0bdeed9d2094483b20cd858c6f75894ab9 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -2150,6 +2150,8 @@ void LayerTreeHostImpl::CleanUpTileManager() { |
} |
scoped_ptr<OutputSurface> LayerTreeHostImpl::ReleaseOutputSurface() { |
+ TRACE_EVENT0("cc", "LayerTreeHostImpl::ReleaseOutputSurface"); |
+ |
// Since we will create a new resource provider, we cannot continue to use |
// the old resources (i.e. render_surfaces and texture IDs). Clear them |
// before we destroy the old resource provider. |