Index: cc/layer_tree_host.cc |
=================================================================== |
--- cc/layer_tree_host.cc (revision 166476) |
+++ cc/layer_tree_host.cc (working copy) |
@@ -668,7 +668,7 @@ |
typedef LayerIterator<Layer, LayerList, RenderSurface, LayerIteratorActions::FrontToBack> LayerIteratorType; |
bool needMoreUpdates = false; |
- bool recordMetricsForFrame = base::debug::TraceLog::GetInstance()->IsEnabled(); |
+ bool recordMetricsForFrame = true; // FIXME: In the future, disable this when about:tracing is off. |
OcclusionTracker occlusionTracker(m_rootLayer->renderSurface()->contentRect(), recordMetricsForFrame); |
occlusionTracker.setMinimumTrackingSize(m_settings.minimumOcclusionTrackingSize); |