From ae5f9534b11915c6b927df2a681d2782d83a1b2f Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Tue, 31 Jul 2018 11:03:40 -0400 Subject: Remove unused GrGpuResourceRef and GrTGpuResourceRef Change-Id: I8b4b323549f51e4601ccb6612f65d354e163e93c Reviewed-on: https://skia-review.googlesource.com/144504 Auto-Submit: Brian Salomon Commit-Queue: Robert Phillips Reviewed-by: Robert Phillips --- include/gpu/GrGpuResource.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 friend class GrPendingIOResource; -- cgit v1.2.3