Index: include/codec/SkEncodedInfo.h |
diff --git a/include/codec/SkEncodedInfo.h b/include/codec/SkEncodedInfo.h |
index d35aa2bab4c2fbb928e67a791cd24805cb2dc88e..60ad588edd67c7e059e2ef50500669773b185329 100644 |
--- a/include/codec/SkEncodedInfo.h |
+++ b/include/codec/SkEncodedInfo.h |
@@ -191,15 +191,9 @@ private: |
, fBitsPerComponent(bitsPerComponent) |
{} |
- void setColor(Color color) { |
- fColor = color; |
- } |
- |
Color fColor; |
Alpha fAlpha; |
uint8_t fBitsPerComponent; |
- |
- friend class SkJpegCodec; |
}; |
#endif |