| Index: include/core/SkMatrix.h
|
| diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
|
| index 5b22a774814de5c02111d0e3c656b10f90526551..8f70d4c91b0a995c35ee7c11fb30c570477f5901 100644
|
| --- a/include/core/SkMatrix.h
|
| +++ b/include/core/SkMatrix.h
|
| @@ -565,7 +565,7 @@ public:
|
| * Maps a rect to another rect, asserting (in debug mode) that the matrix only contains
|
| * scale and translate elements. If it contains other elements, the results are undefined.
|
| */
|
| - void mapRectScaleTranslate(SkRect* dst, const SkRect& src) const;
|
| + SkRect mapRectScaleTranslate(SkRect src) const;
|
|
|
| /** Return the mean radius of a circle after it has been mapped by
|
| this matrix. NOTE: in perspective this value assumes the circle
|
|
|