| Index: cc/trees/layer_tree.h
|
| diff --git a/cc/trees/layer_tree.h b/cc/trees/layer_tree.h
|
| index ed389bcd52b24a2cce24d3c6c586a9dd1604915a..5ac3f690ebf20964f1c93cbb0c448cf610f703ea 100644
|
| --- a/cc/trees/layer_tree.h
|
| +++ b/cc/trees/layer_tree.h
|
| @@ -167,8 +167,7 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
|
|
|
| void SetPropertyTreesNeedRebuild();
|
|
|
| - void PushPropertiesTo(LayerTreeImpl* tree_impl,
|
| - float unapplied_page_scale_delta);
|
| + void PushPropertiesTo(LayerTreeImpl* tree_impl);
|
|
|
| MutatorHost* mutator_host() const { return mutator_host_; }
|
|
|
|
|