aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrAtlas.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-05 19:09:47 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-05 19:09:47 +0000
commit3ef80cf14c3222f705c291123106991e52061678 (patch)
tree80b0f879c265b24b8c7bf650901441c4192ccc78 /gpu/src/GrAtlas.cpp
parent37a201231b8f6381938282675eb9abb50ab3b389 (diff)
suppress printfs
git-svn-id: http://skia.googlecode.com/svn/trunk@1793 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src/GrAtlas.cpp')
-rw-r--r--gpu/src/GrAtlas.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/src/GrAtlas.cpp b/gpu/src/GrAtlas.cpp
index 6f2ed9e7ec..ea4949bffc 100644
--- a/gpu/src/GrAtlas.cpp
+++ b/gpu/src/GrAtlas.cpp
@@ -62,7 +62,7 @@ GrAtlas::GrAtlas(GrAtlasMgr* mgr, int plotX, int plotY, GrMaskFormat format) {
fMaskFormat = format;
#if GR_DEBUG
- GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
+// GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
gCounter += 1;
#endif
}
@@ -74,7 +74,7 @@ GrAtlas::~GrAtlas() {
#if GR_DEBUG
--gCounter;
- GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
+// GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
#endif
}