| Index: cc/test/push_properties_counting_layer.h
|
| diff --git a/cc/test/push_properties_counting_layer.h b/cc/test/push_properties_counting_layer.h
|
| index 76d2e750c0171f39390588852bfa3a783979b9d1..419da86a7f8ac3163a58d6992a166ff55b06aecd 100644
|
| --- a/cc/test/push_properties_counting_layer.h
|
| +++ b/cc/test/push_properties_counting_layer.h
|
| @@ -24,8 +24,7 @@ class PushPropertiesCountingLayer : public Layer {
|
| // Layer implementation.
|
| void PushPropertiesTo(LayerImpl* layer) override;
|
| std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
| - void ToLayerPropertiesProto(proto::LayerUpdate* layer_update,
|
| - bool inputs_only) override;
|
| + void ToLayerPropertiesProto(proto::LayerProperties* proto) override;
|
| void SetTypeForProtoSerialization(proto::LayerNode* proto) const override;
|
|
|
| // Something to make this layer push properties, but no other layer.
|
|
|