Index: cc/trees/layer_tree_host.cc |
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc |
index 3a59805f4bbe17866692050bad68632904cc0bb8..0de833c09c4bc5119c90482bc2a489c893388355 100644 |
--- a/cc/trees/layer_tree_host.cc |
+++ b/cc/trees/layer_tree_host.cc |
@@ -1044,6 +1044,16 @@ void LayerTreeHost::ApplyScrollAndScale(ScrollAndScaleSet* info) { |
} |
} |
+void LayerTreeHost::RecordCompositeTimings( |
+ FrameTimingTracker::CompositeTimingSet* info) { |
+ client_->RecordCompositeTimings(info); |
+} |
+ |
+void LayerTreeHost::RecordRenderTimings( |
+ FrameTimingTracker::MainFrameTimingSet* info) { |
+ client_->RecordRenderTimings(info); |
+} |
+ |
void LayerTreeHost::StartRateLimiter() { |
if (inside_begin_main_frame_) |
return; |