From e6772216b4c3fd195c60da37bfa47ab2070fff41 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 30 Jun 2014 14:00:41 -0700 Subject: [PATCH] add SK_API to config helpers so chrome can call them TBR= Author: reed@google.com Review URL: https://codereview.chromium.org/359353003 --- include/core/SkBitmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 6728308b54..dabe58221e 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