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

Side by Side Diff: tools/RefCntIs.h

Issue 382523002: Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « tests/UtilsTest.cpp ('k') | tools/RefCntIs.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef RefCntIs_DEFINED
2 #define RefCntIs_DEFINED
3
4 // Allows tests to assert a particular value for a ref count,
5 // without letting Skia library code look at that value.
6
7 #include "SkRefCnt.h"
8 #include "SkWeakRefCnt.h"
9
10 bool RefCntIs(const SkRefCntBase&, int32_t);
11 bool WeakRefCntIs(const SkWeakRefCnt&, int32_t);
12
13 #endif//RefCntIs_DEFINED
OLDNEW
« no previous file with comments | « tests/UtilsTest.cpp ('k') | tools/RefCntIs.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698