aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkCodec_libbmp.h
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-03-26 07:15:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-26 07:15:55 -0700
commit230d4ac7013f79a3e79efd4452d7fa5c3f508660 (patch)
tree6b5d94462fb781c9e9f9de42421a22c4061ed3f0 /src/codec/SkCodec_libbmp.h
parentb880d7f87e0271f96e21a4d01071fbe8c9a28812 (diff)
Use a wrapper for SkDebugf in SkCodec.
It can be silenced or not with one flag. Always print when building for the android framework. Also remove the meaningless define of override to override. BUG=skia:3257 Review URL: https://codereview.chromium.org/1032093004
Diffstat (limited to 'src/codec/SkCodec_libbmp.h')
-rw-r--r--src/codec/SkCodec_libbmp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codec/SkCodec_libbmp.h b/src/codec/SkCodec_libbmp.h
index 8ec2abd9d5..3328af26a0 100644
--- a/src/codec/SkCodec_libbmp.h
+++ b/src/codec/SkCodec_libbmp.h
@@ -14,7 +14,6 @@
#include "SkTypes.h"
// TODO: rename SkCodec_libbmp files to SkBmpCodec
-// TODO: define a wrapper for SkDebugf that doesn't always print
/*
*
* This class implements the decoding for bmp images