Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index a8c58d1c520634d611ba0992897c825105774bd1..8ab42634cc835c209f37da7d24623a93248e5b30 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -332,6 +332,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, |