Index: include/gpu/GrGpuResource.h |
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
index f18f5c5050a3d16354a78dc4181a7281eed04a9d..189237a9441733f05a90e531cf628bf8e121c0ea 100644 |
--- a/include/gpu/GrGpuResource.h |
+++ b/include/gpu/GrGpuResource.h |
@@ -110,7 +110,7 @@ private: |
mutable int32_t fPendingWrites; |
// These functions need access to the pending read/write member functions. |
- friend class GrDrawState; |
+ friend class GrRODrawState; |
friend class GrProgramResource; |
}; |