Index: include/core/SkRefCnt.h |
=================================================================== |
--- include/core/SkRefCnt.h (revision 7963) |
+++ include/core/SkRefCnt.h (working copy) |
@@ -107,6 +107,7 @@ |
friend class SkWeakRefCnt; |
friend class GrTexture; // to allow GrTexture's internal_dispose to |
// call SkRefCnt's & directly set fRefCnt (to 1) |
+ friend class SkPDFObject; |
reed1
2013/03/05 18:51:21
ick. If we must do this, please ad a detailed comm
|
mutable int32_t fRefCnt; |