Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: include/core/SkRefCnt.h

Issue 392333008: Make GrCacheable implement its own ref counting. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove extra blank line Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/texdata.cpp ('k') | include/gpu/GrCacheable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkRefCnt.h
diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
index f92154bc2f86f1098a02a61fb9b46c1d46753e2a..ce38c67bd56a90ce624b584011a981b1fe0b26e2 100644
--- a/include/core/SkRefCnt.h
+++ b/include/core/SkRefCnt.h
@@ -113,7 +113,6 @@ private:
// The following friends are those which override internal_dispose()
// and conditionally call SkRefCnt::internal_dispose().
- friend class GrTexture;
friend class SkWeakRefCnt;
mutable int32_t fRefCnt;
« no previous file with comments | « gm/texdata.cpp ('k') | include/gpu/GrCacheable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698