Chromium Code Reviews| Index: src/image/SkImage_Picture.cpp |
| =================================================================== |
| --- src/image/SkImage_Picture.cpp (revision 13963) |
| +++ src/image/SkImage_Picture.cpp (working copy) |
| @@ -28,7 +28,7 @@ |
| /////////////////////////////////////////////////////////////////////////////// |
| SkImage_Picture::SkImage_Picture(SkPicture* pict) : INHERITED(pict->width(), pict->height()) { |
| - pict->endRecording(); |
| + pict->endRecording(); // TODO: remove eventually |
| pict->ref(); |
| fPicture = pict; |
| } |