aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec/SkCodec.h
diff options
context:
space:
mode:
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 31d6ea7cd5..f66eb85377 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -25,7 +25,6 @@ class SkSampler;
namespace DM {
class CodecSrc;
-class ColorCodecSrc;
}
/**
@@ -696,11 +695,6 @@ protected:
virtual int onOutputScanline(int inputScanline) const;
- /**
- * 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;
@@ -776,11 +770,6 @@ private:
virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; }
friend class DM::CodecSrc; // for fillIncompleteImage
-
- // For testing with qcms
- // FIXME: Remove this when we are done comparing with qcms.
- friend class DM::ColorCodecSrc;
-
friend class SkSampledCodec;
friend class SkIcoCodec;
};