| Index: cc/resources/picture_pile.h
|
| diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
|
| index 539584322c0f48527fdaf9d8701ae5a26c1e96bf..d68387f3e1017ae5abb8531e6ee874d47b909754 100644
|
| --- a/cc/resources/picture_pile.h
|
| +++ b/cc/resources/picture_pile.h
|
| @@ -54,7 +54,7 @@ class CC_EXPORT PicturePile : public PicturePileBase {
|
| void SetPixelRecordDistanceForTesting(int d) { pixel_record_distance_ = d; }
|
|
|
| protected:
|
| - virtual ~PicturePile();
|
| + ~PicturePile() override;
|
|
|
| private:
|
| friend class PicturePileImpl;
|
|
|