aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects')
-rw-r--r--src/effects/SkImageSource.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/effects/SkImageSource.cpp b/src/effects/SkImageSource.cpp
index 8ab02ce0cb..cd2fb51e94 100644
--- a/src/effects/SkImageSource.cpp
+++ b/src/effects/SkImageSource.cpp
@@ -146,13 +146,6 @@ SkRect SkImageSource::computeFastBounds(const SkRect& src) const {
return fDstRect;
}
-SkIRect SkImageSource::onFilterNodeBounds(const SkIRect& src, const SkMatrix& ctm,
- MapDirection direction) const {
- SkRect bounds = kForward_MapDirection == direction ? fDstRect : fSrcRect;
- ctm.mapRect(&bounds);
- return bounds.roundOut();
-}
-
#ifndef SK_IGNORE_TO_STRING
void SkImageSource::toString(SkString* str) const {
str->appendf("SkImageSource: (");