| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index 84a906f0862bd5fab341072b580577675e1582ef..1aa5303c48dd83dbefc50d8d6cf4bb640d7af634 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -72,7 +72,8 @@ class CC_EXPORT PictureLayer : public Layer {
|
|
|
| bool HasDrawableContent() const override;
|
| void SetTypeForProtoSerialization(proto::LayerNode* proto) const override;
|
| - void LayerSpecificPropertiesToProto(proto::LayerProperties* proto) override;
|
| + void LayerSpecificPropertiesToProto(proto::LayerProperties* proto,
|
| + bool inputs_only) override;
|
| void FromLayerSpecificPropertiesProto(
|
| const proto::LayerProperties& proto) override;
|
|
|
|
|