commit | 979432ba2621b617f5e85a9ff48c6b6cd1504a0d | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Nov 05 21:38:22 2011 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Nov 05 21:38:22 2011 +0000 |
tree | 5966ad6559fc010bb17cb1d2ed9c3cddf151f90f | |
parent | 80d09b9f7eb653103ca5fa10471e582c44f5b9de [diff] [blame] |
Turn off annoying printfs git-svn-id: http://skia.googlecode.com/svn/trunk@2610 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp index cbbd74f..c5a8bfb 100644 --- a/src/gpu/GrGpu.cpp +++ b/src/gpu/GrGpu.cpp
@@ -32,7 +32,7 @@ GrGpu::GrGpu() : fContext(NULL) - , fResetTimestamp(0) + , fResetTimestamp(kExpiredTimestamp+1) , fVertexPool(NULL) , fIndexPool(NULL) , fVertexPoolUseCnt(0)