aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec/SkCodec.h
diff options
context:
space:
mode:
authorGravatar Matt Sarett <msarett@google.com>2016-11-01 12:19:50 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-01 16:45:40 +0000
commita9e9bfc6e40894c0447c044a380c74061cb9e15e (patch)
treee8753d1cb647661e5212b4208aa704499985029d /include/codec/SkCodec.h
parent10d665d000cfdce693b7ca088fb2c61ed54bcdfb (diff)
Delete qcms
This was always intended to be a temporary dependency to use for testing. It has served its purpose. Also, this has already been dropped (accidentally, I think) by the new GN build. TBR=reed@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4220 Change-Id: Ic72ee08bbfaf86ed86a4122fd38be2921eb1327e Reviewed-on: https://skia-review.googlesource.com/4220 Reviewed-by: Matt Sarett <msarett@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Matt Sarett <msarett@google.com>
Diffstat (limited to 'include/codec/SkCodec.h')
-rw-r--r--include/codec/SkCodec.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index f2a717c716..d5280b4833 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -785,12 +785,6 @@ protected:
return 0;
}
- /**
- * Used for testing with qcms.
- * FIXME: Remove this when we are done comparing with qcms.
- */
- virtual sk_sp<SkData> getICCData() const { return nullptr; }
-
private:
const SkEncodedInfo fEncodedInfo;
const SkImageInfo fSrcInfo;
@@ -867,11 +861,6 @@ private:
*/
virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; }
- // For testing with qcms
- // FIXME: Remove these when we are done comparing with qcms.
- friend class DM::ColorCodecSrc;
- friend class ColorCodecBench;
-
friend class DM::CodecSrc; // for fillIncompleteImage
friend class SkSampledCodec;
friend class SkIcoCodec;