Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index f7b6ee4113aab88c3483c2d9b306b75850b535df..3105e6f48eaa6c0cd0eb2c380d9285495aaa4059 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -335,8 +335,6 @@ class CC_EXPORT LayerTreeImpl { |
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, |