| Index: include/codec/SkCodec.h
|
| diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
|
| index 293068c2deecd10d4f0513974173a8b1c4595403..5c84e07c70c2b70c4d08be7e5f280f5272b0a006 100644
|
| --- a/include/codec/SkCodec.h
|
| +++ b/include/codec/SkCodec.h
|
| @@ -109,13 +109,6 @@ public:
|
|
|
| const SkEncodedInfo& getEncodedInfo() const { return fEncodedInfo; }
|
|
|
| - /**
|
| - * Returns the color space associated with the codec.
|
| - * Does not affect ownership.
|
| - * Might be NULL.
|
| - */
|
| - SkColorSpace* getColorSpace() const { return fColorSpace.get(); }
|
| -
|
| enum Origin {
|
| kTopLeft_Origin = 1, // Default
|
| kTopRight_Origin = 2, // Reflected across y-axis
|
| @@ -662,7 +655,6 @@ private:
|
| const SkImageInfo fSrcInfo;
|
| SkAutoTDelete<SkStream> fStream;
|
| bool fNeedsRewind;
|
| - sk_sp<SkColorSpace> fColorSpace;
|
| const Origin fOrigin;
|
|
|
| // These fields are only meaningful during scanline decodes.
|
|
|