diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/PictureRenderer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp index e3ac187f66..1f975cf3e4 100644 --- a/tools/PictureRenderer.cpp +++ b/tools/PictureRenderer.cpp @@ -669,10 +669,10 @@ public: SkIntToScalar(fPicture->height())); SkData* data = SkPictureUtils::GatherPixelRefs(fPicture, bounds); SkSafeUnref(data); - + return NULL == path; // we don't have anything to write } - + private: virtual SkString getConfigNameInternal() SK_OVERRIDE { return SkString("gather_pixelrefs"); @@ -692,10 +692,10 @@ public: SkPicture* clone = fPicture->clone(); SkSafeUnref(clone); } - + return NULL == path; // we don't have anything to write } - + private: virtual SkString getConfigNameInternal() SK_OVERRIDE { return SkString("picture_clone"); |