| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 6c4696ee10b47f6602bbadbc194f5c9e03c15b7a..13e31d2f988461c7b74c12f7cb65ce87cc5de7ef 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1090,6 +1090,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;
|
|
|