| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index b28eca817e840e5ef5da730044eb683e66efee22..664686619f2766fc60ce2eb02912e0fb52776a99 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -85,7 +85,6 @@
|
| int height() const { return fInfo.height(); }
|
| SkColorType colorType() const { return fInfo.colorType(); }
|
| SkAlphaType alphaType() const { return fInfo.alphaType(); }
|
| - SkColorSpace* colorSpace() const { return fInfo.colorSpace(); }
|
| SkColorProfileType profileType() const { return fInfo.profileType(); }
|
|
|
| /**
|
|
|