| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 6f47b3e4698a402132cf571b92546244c5c6dc7e..ab2fa3bf41c250739a7c498b545f56cd9c775d75 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -434,8 +434,6 @@ class CC_EXPORT LayerTreeImpl {
|
| std::unique_ptr<PendingPageScaleAnimation> pending_animation);
|
| std::unique_ptr<PendingPageScaleAnimation> TakePendingPageScaleAnimation();
|
|
|
| - void GatherFrameTimingRequestIds(std::vector<int64_t>* request_ids);
|
| -
|
| void DidUpdateScrollOffset(int layer_id, int transform_id);
|
| void DidUpdateScrollState(int layer_id);
|
|
|
|
|