| 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 f5142f925e413404df06c65b195e438a4373a812..c443b2e514e52bfa00bd5d26c2badc6e219cbc19 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -465,6 +465,13 @@ class CC_EXPORT LayerTreeHostImpl
|
| void RegisterPictureLayerImpl(PictureLayerImpl* layer);
|
| void UnregisterPictureLayerImpl(PictureLayerImpl* layer);
|
|
|
| + void AddBeginMainFrameToCommitDurationEstimate(base::TimeDelta duration,
|
| + base::TimeDelta estimate);
|
| + void AddCommitToActivateDurationEstimate(base::TimeDelta duration,
|
| + base::TimeDelta estimate);
|
| + void AddDrawDurationEstimate(base::TimeDelta duration,
|
| + base::TimeDelta estimate);
|
| +
|
| protected:
|
| LayerTreeHostImpl(
|
| const LayerTreeSettings& settings,
|
|
|