Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 35c0fb75b50f4edb22e8c9f07d4bfa7ca586476a..922f0b768f8adcccdbc2ff03c6dbe9912b0d0422 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); |