aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2015-10-08 09:22:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-08 09:22:02 -0700
commit33366974d43eae80e22284a2e445225c343859da (patch)
treea6accbe8a345804dac76a9d2f2dde21f7ba3ddd2 /include
parent8585dd26bf74edf26a1cd1c31699c03347f78937 (diff)
remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap
Diffstat (limited to 'include')
-rw-r--r--include/core/SkCanvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 35c0fb75b5..922f0b768f 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -1402,9 +1402,6 @@ private:
SkISize getTopLayerSize() const;
SkIPoint getTopLayerOrigin() const;
- // internal methods are not virtual, so they can safely be called by other
- // canvas apis, without confusing subclasses (like SkPictureRecording)
- void internalDrawBitmap(const SkBitmap&, const SkMatrix& m, const SkPaint* paint);
void internalDrawBitmapRect(const SkBitmap& bitmap, const SkRect* src,
const SkRect& dst, const SkPaint* paint,
SrcRectConstraint);