Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: include/codec/SkCodec.h

Issue 2023093004: Revert of Create SkColorSpaceXform to handle color conversions (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/qcms.gyp ('k') | src/codec/SkJpegCodec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkCodec.h
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index 31d6ea7cd502d8789bb5eeb86c4f73556fa5a42d..f66eb85377defc2ad5b3b22561d36314655fcd13 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -25,7 +25,6 @@
namespace DM {
class CodecSrc;
-class ColorCodecSrc;
}
/**
@@ -696,11 +695,6 @@
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 @@
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;
};
« no previous file with comments | « gyp/qcms.gyp ('k') | src/codec/SkJpegCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698