From c37e61455d4eb22fea22ecb893df576e91c48198 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Fri, 20 Jan 2017 10:03:25 -0500 Subject: Rename GrContext::getFontAtlas to getFontAtlas_ForTesting A trivial change but it does better indicate the nature of the method Change-Id: I44a0e77dba28df892f4200496d78797ed5fd37df Reviewed-on: https://skia-review.googlesource.com/7331 Commit-Queue: Robert Phillips Reviewed-by: Robert Phillips --- include/gpu/GrContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gpu/GrContext.h') diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 6664db98ab..083a19ac6f 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -371,7 +371,7 @@ public: /** Get pointer to atlas texture for given mask format. Note that this wraps an actively mutating texture in an SkImage. This could yield unexpected results if it gets cached or used more generally. */ - sk_sp getFontAtlasImage(GrMaskFormat format); + sk_sp getFontAtlasImage_ForTesting(GrMaskFormat format); GrAuditTrail* getAuditTrail() { return &fAuditTrail; } -- cgit v1.2.3