Blink hasn't rolled yet.
authorMike Klein <mtklein@google.com>
Mon, 24 Nov 2014 21:26:15 +0000 (16:26 -0500)
committerMike Klein <mtklein@google.com>
Mon, 24 Nov 2014 21:26:15 +0000 (16:26 -0500)
BUG=skia:

Review URL: https://codereview.chromium.org/754133002

include/core/SkRefCnt.h

index 7ccfbf9..9360878 100644 (file)
@@ -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.