| Index: include/core/SkRefCnt.h
|
| diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h
|
| index 7ccfbf9d70632798321778e1a3382fa3e7aadf79..93608783d688bd21b6f63eef49e4eb1482878eb0 100644
|
| --- a/include/core/SkRefCnt.h
|
| +++ b/include/core/SkRefCnt.h
|
| @@ -42,10 +42,10 @@ public:
|
| #endif
|
| }
|
|
|
| -#ifdef SK_DEBUG
|
| +//#ifdef SK_DEBUG
|
| /** Return the reference count. Use only for debugging. */
|
| int32_t getRefCnt() const { return fRefCnt; }
|
| -#endif
|
| +//#endif
|
|
|
| /** May return true if the caller is the only owner.
|
| * Ensures that all previous owner's actions are complete.
|
|
|