From: Mike Klein Date: Mon, 24 Nov 2014 21:26:15 +0000 (-0500) Subject: Blink hasn't rolled yet. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~4722 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa14113d0563686af9f7e2d8e041dd7bf538cfa2;p=platform%2Fupstream%2FlibSkiaSharp.git Blink hasn't rolled yet. BUG=skia: Review URL: https://codereview.chromium.org/754133002 --- diff --git a/include/core/SkRefCnt.h b/include/core/SkRefCnt.h index 7ccfbf9..9360878 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.