| Index: cc/test/fake_picture_layer.h
|
| diff --git a/cc/test/fake_picture_layer.h b/cc/test/fake_picture_layer.h
|
| index f94abca0f5220081d35e6d9b92f8462e82ad0244..2152f0f357684667c8b272325d2a41c195ee31de 100644
|
| --- a/cc/test/fake_picture_layer.h
|
| +++ b/cc/test/fake_picture_layer.h
|
| @@ -30,7 +30,6 @@ class FakePictureLayer : public PictureLayer {
|
| std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
| bool Update() override;
|
| bool IsSuitableForGpuRasterization() const override;
|
| - void SetTypeForProtoSerialization(proto::LayerNode* proto) const override;
|
|
|
| int update_count() const { return update_count_; }
|
| void reset_update_count() { update_count_ = 0; }
|
|
|