Chromium Code Reviews| Index: cc/layers/layer.cc |
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc |
| index bdd2a4fa0cdca6d33036cd1804bacc22afabf104..c5a2ad8ffeef4af34346e7729c1cc94b668ea2f6 100644 |
| --- a/cc/layers/layer.cc |
| +++ b/cc/layers/layer.cc |
| @@ -818,4 +818,8 @@ ScrollbarLayer* Layer::ToScrollbarLayer() { |
| return NULL; |
| } |
| +RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { |
| + return layer_tree_host_->rendering_stats_instrumentation(); |
| +} |
| + |
| } // namespace cc |