Index: cc/layer_tree_host_impl.cc |
=================================================================== |
--- cc/layer_tree_host_impl.cc (revision 166476) |
+++ cc/layer_tree_host_impl.cc (working copy) |
@@ -381,7 +381,7 @@ |
renderSurfaceLayer->renderSurface()->appendRenderPasses(frame); |
} |
- bool recordMetricsForFrame = base::debug::TraceLog::GetInstance()->IsEnabled(); |
+ bool recordMetricsForFrame = true; // FIXME: In the future, disable this when about:tracing is off. |
OcclusionTrackerImpl occlusionTracker(m_rootLayerImpl->renderSurface()->contentRect(), recordMetricsForFrame); |
occlusionTracker.setMinimumTrackingSize(m_settings.minimumOcclusionTrackingSize); |