From d5a7390c7b585acaaf71ea5f887dcfb1f153e90d Mon Sep 17 00:00:00 2001 From: Herb Derby Date: Tue, 23 Nov 2021 14:39:18 -0500 Subject: [PATCH] rename errant drawMatrix to proper positionMatrix Change-Id: I16c9bf3c27eb120e89a092e1fe35317ceb419847 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/475641 Commit-Queue: Brian Osman Reviewed-by: Brian Osman Auto-Submit: Herb Derby --- src/gpu/text/GrTextBlob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/text/GrTextBlob.h b/src/gpu/text/GrTextBlob.h index 1fef3c602e..980a5c58d2 100644 --- a/src/gpu/text/GrTextBlob.h +++ b/src/gpu/text/GrTextBlob.h @@ -237,7 +237,7 @@ public: const SkMatrix& initialPositionMatrix() const { return fInitialPositionMatrix; } std::tuple scaleBounds() const { return {fMaxMinScale, fMinMaxScale}; } - bool canReuse(const SkPaint& paint, const SkMatrix& drawMatrix) const; + bool canReuse(const SkPaint& paint, const SkMatrix& positionMatrix) const; const Key& key() const; size_t size() const;