diff options
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/GrSurfaceProxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename, GrIOType> friend class GrPendingIOResource; void addPendingRead() const { |