aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-05-31 10:57:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-31 10:57:36 -0700
commita9ef92a5ede83f27e61297e87751ec657a564fef (patch)
treed199c4273f31e70a425510a3b875466359fc637f /include/codec
parent1978ce22eb488e3f05670189ea35d9dfae6a6784 (diff)
SkEncodedInfo: simplify
No public API change. TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2025713003 Review-Url: https://codereview.chromium.org/2025713003
Diffstat (limited to 'include/codec')
-rw-r--r--include/codec/SkEncodedInfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/codec/SkEncodedInfo.h b/include/codec/SkEncodedInfo.h
index d35aa2bab4..60ad588edd 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