aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2014-12-22 13:50:45 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-22 13:50:45 -0800
commit16c8f14cd481b78673a33450a1395958e3e10e62 (patch)
tree894964d8620747d0f99219db374086abe5bb40f1
parent1b542da4cdcc07d40e831661585611bcd91f5d1b (diff)
Remove last trace of SK_LEGACY_ENCODE_BITMAP
-rw-r--r--include/core/SkPicture.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 368eac539a..35b4d056a5 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2007 The Android Open Source Project
*
@@ -132,8 +131,7 @@ public:
* @return SkData If non-NULL, holds encoded data representing the passed
* in bitmap. The caller is responsible for calling unref().
*
- * TODO: No longer used by SkPicture (except when SK_LEGACY_ENCODE_BITMAP
- * is defined. Still used by PDF though. Move into PDF.
+ * TODO: No longer used by SkPicture. Still used by PDF though. Move into PDF.
*/
typedef SkData* (*EncodeBitmap)(size_t* pixelRefOffset, const SkBitmap& bm);