From 952a2435f7a38624ffbd0ac3b44d30f4b887a48b Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Thu, 4 May 2017 08:52:22 -0400 Subject: Add GrGpuTextureProxyRef Basically a GrTextureProxified clone of GrGpuResourceRef Change-Id: I8772550bb867ef2cf2d53efef0a0346bb7c90eb6 Reviewed-on: https://skia-review.googlesource.com/15221 Commit-Queue: Robert Phillips Reviewed-by: Brian Salomon --- include/private/GrSurfaceProxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/private') diff --git a/include/private/GrSurfaceProxy.h b/include/private/GrSurfaceProxy.h index 7f47145cb0..94490603bc 100644 --- a/include/private/GrSurfaceProxy.h +++ b/include/private/GrSurfaceProxy.h @@ -125,7 +125,7 @@ protected: private: // This class is used to manage conversion of refs to pending reads/writes. - friend class GrGpuResourceRef; + friend class GrTextureProxyRef; template friend class GrPendingIOResource; void addPendingRead() const { -- cgit v1.2.3