| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index 6c371473f88e4ee9023666984407e41ab01db906..c39f13907c250481a1c4a08a40b9cdb1dce43085 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -326,14 +326,14 @@ 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,
|
| scoped_refptr<SyncedProperty<ScaleGroup>> page_scale_factor,
|
| scoped_refptr<SyncedTopControls> top_controls_shown_ratio,
|
| scoped_refptr<SyncedElasticOverscroll> elastic_overscroll);
|
| - void ProcessLayersRecursive(LayerImpl* current,
|
| - void (LayerImpl::*function)());
|
| float ClampPageScaleFactorToLimits(float page_scale_factor) const;
|
| void PushPageScaleFactorAndLimits(const float* page_scale_factor,
|
| float min_page_scale_factor,
|
|
|