commit | 5955202c805c7ef1448103cbf666972ea9d1ded1 | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 31 13:07:37 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 31 13:07:37 2012 +0000 |
tree | a52138986487e576f4fef63652ec690d2a7e125d | |
parent | dc1a3badc702dd47d903863208315ddda660dbb9 [diff] [blame] |
Allow cache tracking to be enabled in release https://codereview.appspot.com/6500057/ git-svn-id: http://skia.googlecode.com/svn/trunk@5365 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp index 6a4a557..2c724b5 100644 --- a/src/gpu/GrContext.cpp +++ b/src/gpu/GrContext.cpp
@@ -1964,7 +1964,7 @@ } /////////////////////////////////////////////////////////////////////////////// -#if GR_DEBUG +#if GR_CACHE_STATS void GrContext::printCacheStats() const { fTextureCache->printStats(); }