| Index: include/core/SkImage.h
|
| diff --git a/include/core/SkImage.h b/include/core/SkImage.h
|
| index c7625f6b4d838eb8bde03348557e3d739fb9b17e..4e016348559b0f32358a710269724dedba545fd4 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
|
|
|