diff options
author | Robert Phillips <robertphillips@google.com> | 2017-05-04 08:52:22 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-04 13:29:29 +0000 |
commit | 952a2435f7a38624ffbd0ac3b44d30f4b887a48b (patch) | |
tree | d3076827d7fdb1e6864b0a69cc9596a5bae1a64f /include/private | |
parent | 9f3dcb3f760274d42e28095fd3cf0f484168d996 (diff) |
Add GrGpuTextureProxyRef
Basically a GrTextureProxified clone of GrGpuResourceRef
Change-Id: I8772550bb867ef2cf2d53efef0a0346bb7c90eb6
Reviewed-on: https://skia-review.googlesource.com/15221
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
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 { |