diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkMatrix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h index 54615a0f43..6a67de9b8c 100644 --- a/include/core/SkMatrix.h +++ b/include/core/SkMatrix.h @@ -1816,9 +1816,9 @@ private: bool SK_WARN_UNUSED_RESULT invertNonIdentity(SkMatrix* inverse) const; - static bool Poly2Proc(const SkPoint[], SkMatrix*, const SkPoint& scale); - static bool Poly3Proc(const SkPoint[], SkMatrix*, const SkPoint& scale); - static bool Poly4Proc(const SkPoint[], SkMatrix*, const SkPoint& scale); + static bool Poly2Proc(const SkPoint[], SkMatrix*); + static bool Poly3Proc(const SkPoint[], SkMatrix*); + static bool Poly4Proc(const SkPoint[], SkMatrix*); static void Identity_xy(const SkMatrix&, SkScalar, SkScalar, SkPoint*); static void Trans_xy(const SkMatrix&, SkScalar, SkScalar, SkPoint*); |