diff options
author | scroggo <scroggo@google.com> | 2014-12-22 13:50:45 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-22 13:50:45 -0800 |
commit | 16c8f14cd481b78673a33450a1395958e3e10e62 (patch) | |
tree | 894964d8620747d0f99219db374086abe5bb40f1 | |
parent | 1b542da4cdcc07d40e831661585611bcd91f5d1b (diff) |
Remove last trace of SK_LEGACY_ENCODE_BITMAP
Review URL: https://codereview.chromium.org/819173002
-rw-r--r-- | include/core/SkPicture.h | 4 |
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); |