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

Unified Diff: include/codec/SkEncodedInfo.h

Issue 1918943002: Remove SkEncodedInfo kPreSwizzled_Color from public API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | src/codec/SkJpegCodec.cpp » ('j') | src/codec/SkSwizzler.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/codec/SkEncodedInfo.h
diff --git a/include/codec/SkEncodedInfo.h b/include/codec/SkEncodedInfo.h
index 27511e1e930212a1374ad22260ab159e6bc15d4f..0c5bd0b4212a24fef4db6853ed83105a32692d5d 100644
--- a/include/codec/SkEncodedInfo.h
+++ b/include/codec/SkEncodedInfo.h
@@ -64,10 +64,6 @@ public:
// be treated as inverted CMYK.
kInvertedCMYK_Color,
kYCCK_Color,
-
- // Used internally to indicate that the decoding library has
- // pre-swizzled to the desired output format.
- kPreSwizzled_Color,
};
static SkEncodedInfo Make(Color color, Alpha alpha, int bitsPerComponent) {
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.cpp » ('j') | src/codec/SkSwizzler.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698