aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderer.cpp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-11 02:01:20 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-11 02:01:20 +0000
commitc7b4be7f110bc7b487c3c3f28d82877584e74c2f (patch)
treea88489628f35d4486524b236400dea86d27e97cb /tools/PictureRenderer.cpp
parent41e850f07454172dbe1504f2c1190a6fa5f0cf95 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6746 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/PictureRenderer.cpp')
-rw-r--r--tools/PictureRenderer.cpp8
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");