add SK_API to config helpers so chrome can call them

TBR=

Author: reed@google.com

Review URL: https://codereview.chromium.org/359353003
This commit is contained in:
reed 2014-06-30 14:00:41 -07:00 committed by Commit bot
parent 529b7f6d62
commit e6772216b4

View File

@ -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