| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 3105e6f48eaa6c0cd0eb2c380d9285495aaa4059..e7198b575feef81952519699b16202f99a8f121c 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -329,6 +329,8 @@ class CC_EXPORT LayerTreeImpl {
|
| scoped_ptr<PendingPageScaleAnimation> pending_animation);
|
| scoped_ptr<PendingPageScaleAnimation> TakePendingPageScaleAnimation();
|
|
|
| + void GatherFrameTimingRequestIds(std::vector<int64_t>* request_ids);
|
| +
|
| protected:
|
| explicit LayerTreeImpl(
|
| LayerTreeHostImpl* layer_tree_host_impl,
|
|
|