aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkImageSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkImageSource.cpp')
-rw-r--r--src/effects/SkImageSource.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/effects/SkImageSource.cpp b/src/effects/SkImageSource.cpp
index e016c9825d..167ef4b71b 100644
--- a/src/effects/SkImageSource.cpp
+++ b/src/effects/SkImageSource.cpp
@@ -157,7 +157,6 @@ SkIRect SkImageSource::onFilterNodeBounds(const SkIRect& src, const SkMatrix& ct
return dstRect.roundOut();
}
-#ifndef SK_IGNORE_TO_STRING
void SkImageSource::toString(SkString* str) const {
str->appendf("SkImageSource: (");
str->appendf("src: (%f,%f,%f,%f) dst: (%f,%f,%f,%f) ",
@@ -167,4 +166,3 @@ void SkImageSource::toString(SkString* str) const {
fImage->width(), fImage->height());
str->append(")");
}
-#endif