diff options
Diffstat (limited to 'include/codec/SkCodec.h')
-rw-r--r-- | include/codec/SkCodec.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h index f931f2bb12..d2e101dea4 100644 --- a/include/codec/SkCodec.h +++ b/include/codec/SkCodec.h @@ -27,6 +27,7 @@ namespace DM { class CodecSrc; class ColorCodecSrc; } +class ColorCodecBench; /** * Abstraction layer directly on top of an image codec. @@ -776,8 +777,10 @@ private: virtual SkSampler* getSampler(bool /*createIfNecessary*/) { return nullptr; } // For testing with qcms - // FIXME: Remove this when we are done comparing 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; |