| Index: cc/layers/picture_layer.h
|
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
|
| index e0f6d153a8c008a4a25614fcc159ff1a08971ea4..2108fbe7b08ee4b6cbccda68db40f6639c32cd3d 100644
|
| --- a/cc/layers/picture_layer.h
|
| +++ b/cc/layers/picture_layer.h
|
| @@ -40,8 +40,6 @@ class CC_EXPORT PictureLayer : public Layer {
|
|
|
| ContentLayerClient* client() { return client_; }
|
|
|
| - Picture::RecordingMode RecordingMode() const;
|
| -
|
| PicturePile* GetPicturePileForTesting() const { return pile_.get(); }
|
|
|
| protected:
|
|
|