aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDevice.h')
-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);