From 693a540272a771c6b0830094c461397cb77543b1 Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Thu, 27 Oct 2016 15:13:22 -0400 Subject: Rename renderTargetContextPriv to priv, and some more leftover DCs API change is for non-public API. TBR=bsalomon@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4060 Change-Id: I5011d753c3c6d1145ff242eab6baff2ae0647ba3 Reviewed-on: https://skia-review.googlesource.com/4060 Reviewed-by: Brian Osman Reviewed-by: Robert Phillips Commit-Queue: Brian Osman --- include/gpu/GrRenderTargetContext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gpu') diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h index d188230b35..d1dc0c43ab 100644 --- a/include/gpu/GrRenderTargetContext.h +++ b/include/gpu/GrRenderTargetContext.h @@ -346,8 +346,8 @@ public: sk_sp asTexture() { return sk_ref_sp(fRenderTarget->asTexture()); } // Provides access to functions that aren't part of the public API. - GrRenderTargetContextPriv renderTargetContextPriv(); - const GrRenderTargetContextPriv renderTargetContextPriv() const; + GrRenderTargetContextPriv priv(); + const GrRenderTargetContextPriv priv() const; GrAuditTrail* auditTrail() { return fAuditTrail; } -- cgit v1.2.3