Chromium Code Reviews| Index: include/gpu/SkGr.h |
| =================================================================== |
| --- include/gpu/SkGr.h (revision 12666) |
| +++ include/gpu/SkGr.h (working copy) |
| @@ -50,7 +50,6 @@ |
| * kUnknown_PixelConfig if the conversion cannot be done. |
| */ |
| GrPixelConfig SkBitmapConfig2GrPixelConfig(SkBitmap::Config); |
| -bool GrPixelConfig2ColorType(GrPixelConfig, SkColorType*); |
| static inline GrColor SkColor2GrColor(SkColor c) { |
| SkPMColor pm = SkPreMultiplyColor(c); |