| Index: cc/resources/picture_pile.h
|
| diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h
|
| index fb5ce299e7d45d9403c210bbf3b5f569c5c84dd4..af44cef3c1dce854e5324f128b351199b4f5f818 100644
|
| --- a/cc/resources/picture_pile.h
|
| +++ b/cc/resources/picture_pile.h
|
| @@ -38,8 +38,10 @@ class CC_EXPORT PicturePile : public PicturePileBase {
|
| show_debug_picture_borders_ = show;
|
| }
|
|
|
| - private:
|
| + protected:
|
| virtual ~PicturePile();
|
| +
|
| + private:
|
| friend class PicturePileImpl;
|
|
|
| // Add an invalidation to this picture list. If the list needs to be
|
|
|