aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-07-31 11:03:40 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-31 16:55:26 +0000
commitae5f9534b11915c6b927df2a681d2782d83a1b2f (patch)
tree77daaaaa525776ab690b002670105947688faf2f /include
parent2f6791510574fe6ed62805f32c111dd29c68a782 (diff)
Remove unused GrGpuResourceRef and GrTGpuResourceRef
Change-Id: I8b4b323549f51e4601ccb6612f65d354e163e93c Reviewed-on: https://skia-review.googlesource.com/144504 Auto-Submit: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrGpuResource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index 57e52b4e78..3ecf6e759c 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -133,8 +133,6 @@ private:
mutable int32_t fPendingReads;
mutable int32_t fPendingWrites;
- // This class is used to manage conversion of refs to pending reads/writes.
- friend class GrGpuResourceRef;
friend class GrResourceCache; // to check IO ref counts.
template <typename, GrIOType> friend class GrPendingIOResource;