From 77c138f2cd41cbb0e43985bb458f21455fead646 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Thu, 12 Jul 2018 09:50:12 -0400 Subject: remove unneeded scale from procs Bug: skia: Change-Id: I85adbbaf0e9d7d23c3f07490a1d323c87e8aa4da Reviewed-on: https://skia-review.googlesource.com/140980 Reviewed-by: Cary Clark Commit-Queue: Mike Reed --- include/core/SkMatrix.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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*); -- cgit v1.2.3