| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index 6728308b540cbe4ffbd2850e579e1d8fc9e94529..dabe58221e3d5b23541d8edfb7e56e7765ff9aaa 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -904,8 +904,8 @@ inline SkPMColor SkBitmap::getIndex8Color(int x, int y) const {
|
| //
|
| // Helpers until we can fully deprecate SkBitmap::Config
|
| //
|
| -extern SkBitmap::Config SkColorTypeToBitmapConfig(SkColorType);
|
| -extern SkColorType SkBitmapConfigToColorType(SkBitmap::Config);
|
| +SK_API SkBitmap::Config SkColorTypeToBitmapConfig(SkColorType);
|
| +SK_API SkColorType SkBitmapConfigToColorType(SkBitmap::Config);
|
| #endif
|
|
|
| #endif
|
|
|