Index: include/gpu/GrGpuResourceRef.h |
diff --git a/include/gpu/GrGpuResourceRef.h b/include/gpu/GrGpuResourceRef.h |
index 6b3937b5c73066e393a5110327ec1512e633d12f..3320dc069fe841dc467288871cd623bca84c698f 100644 |
--- a/include/gpu/GrGpuResourceRef.h |
+++ b/include/gpu/GrGpuResourceRef.h |
@@ -75,7 +75,8 @@ private: |
called. */ |
void pendingIOComplete() const; |
- friend class GrRODrawState; |
+ friend class GrDrawState; |
+ friend class GrOptDrawState; |
friend class GrProgramElement; |
GrGpuResource* fResource; |