| Index: cc/trees/layer_tree.h
|
| diff --git a/cc/trees/layer_tree.h b/cc/trees/layer_tree.h
|
| index 9df09e6264ac5c2893c1daf1e43e01a381ca9c9c..810a6dc42e2b1a615db502ed519534eae259fbe3 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(); }
|
|
|