Index: include/gpu/GrGpuResource.h |
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
index 911ee3985bb094d68a0f5d86e38c1d03b223fecb..32f4b9396a91b486417be4592adf69f93e57e510 100644 |
--- a/include/gpu/GrGpuResource.h |
+++ b/include/gpu/GrGpuResource.h |
@@ -111,6 +111,7 @@ private: |
// This class is used to manage conversion of refs to pending reads/writes. |
friend class GrGpuResourceRef; |
+ template <typename T> friend class GrPendingIOResource; |
}; |
/** |