| Index: cc/trees/layer_tree.h
|
| diff --git a/cc/trees/layer_tree.h b/cc/trees/layer_tree.h
|
| index 1039e77b480440bdb748701fd30064d7b135f7a5..9f749bfe0770d6c3537f1d87033cce08f44f00df 100644
|
| --- a/cc/trees/layer_tree.h
|
| +++ b/cc/trees/layer_tree.h
|
| @@ -183,7 +183,7 @@ class CC_EXPORT LayerTree : public MutatorHostClient {
|
|
|
| void PushPropertiesTo(LayerTreeImpl* tree_impl);
|
|
|
| - void ToProtobuf(proto::LayerTree* proto);
|
| + void ToProtobuf(proto::LayerTree* proto, bool inputs_only);
|
| void FromProtobuf(const proto::LayerTree& proto);
|
|
|
| AnimationHost* animation_host() const { return animation_host_.get(); }
|
|
|