From 5ceff913cfd458c653358db7f60e995f505bce84 Mon Sep 17 00:00:00 2001 From: piotaixr Date: Fri, 26 Sep 2014 07:36:26 -0700 Subject: Rename SkImage::draw(_, SkRect, SkRect) in SkImage::drawRect() BUG=skia:2947 R=reed@google.com, junov@chromium.org Author: piotaixr@chromium.org Review URL: https://codereview.chromium.org/605843002 --- include/core/SkImage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/core/SkImage.h b/include/core/SkImage.h index c7625f6b4d..4e01634855 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h @@ -122,7 +122,7 @@ private: * * See SkCanvas::drawBitmapRectToRect for similar behavior. */ - void draw(SkCanvas*, const SkRect* src, const SkRect& dst, const SkPaint*) const; + void drawRect(SkCanvas*, const SkRect* src, const SkRect& dst, const SkPaint*) const; /** * Return a copy of the image's pixels, limiting them to the subset -- cgit v1.2.3