aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-20 12:28:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-20 12:28:40 -0700
commitcf5c846b4176da82bccb5d5b45788bf0d45a8dd8 (patch)
treea3f11711fc3f647d804dd6f064cda58f1818f07a /include
parente499adf328bd7fc15a755325749f54c2b7e71f54 (diff)
remove dead methods now that we use specials exclusively for imagefilters
Diffstat (limited to 'include')
-rw-r--r--include/core/SkDevice.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 76d464445c..f06abdeee4 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -348,12 +348,6 @@ protected:
return NULL;
}
- /**
- * Calls through to drawSprite, processing the imagefilter.
- */
- virtual void drawSpriteWithFilter(const SkDraw&, const SkBitmap&,
- int x, int y, const SkPaint&);
-
// A helper function used by derived classes to log the scale factor of a bitmap or image draw.
static void LogDrawScaleFactor(const SkMatrix&, SkFilterQuality);