Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 96e580fc16a4cffdb186cefdf091cec3047fabe7..529f280e534a8d5c40041b93e51492b0771dbbc1 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -462,6 +462,10 @@ class CC_EXPORT LayerTreeHostImpl |
void RegisterPictureLayerImpl(PictureLayerImpl* layer); |
void UnregisterPictureLayerImpl(PictureLayerImpl* layer); |
+ RenderingStatsInstrumentation* rendering_stats_instrumentation() const { |
+ return rendering_stats_instrumentation_; |
+ } |
+ |
protected: |
LayerTreeHostImpl( |
const LayerTreeSettings& settings, |