| Index: src/core/SkPictureRecorder.cpp
|
| diff --git a/src/core/SkPictureRecorder.cpp b/src/core/SkPictureRecorder.cpp
|
| index d0ce0a13834ac2be349e609e486707f35e72da67..1da9653436a71fea50497dbde1535c9a1edb77cc 100644
|
| --- a/src/core/SkPictureRecorder.cpp
|
| +++ b/src/core/SkPictureRecorder.cpp
|
| @@ -60,7 +60,7 @@ SkPicture* SkPictureRecorder::endRecording() {
|
| SkPicture* picture = NULL;
|
|
|
| if (NULL != fRecord.get()) {
|
| - // TODO: picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, fRecord.detach()));
|
| + picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, fRecord.detach()));
|
| }
|
|
|
| if (NULL != fPictureRecord.get()) {
|
|
|