Index: Source/platform/graphics/skia/SkiaUtils.h |
diff --git a/Source/platform/graphics/skia/SkiaUtils.h b/Source/platform/graphics/skia/SkiaUtils.h |
index 230315ae7a0d83f7be805fca4717119359fe175b..55d6839a7224dd715b1f158d6ad239fad037c841 100644 |
--- a/Source/platform/graphics/skia/SkiaUtils.h |
+++ b/Source/platform/graphics/skia/SkiaUtils.h |
@@ -51,7 +51,7 @@ namespace blink { |
class GraphicsContext; |
-SkXfermode::Mode WebCoreCompositeToSkiaComposite(CompositeOperator, WebBlendMode = WebBlendModeNormal); |
+SkXfermode::Mode PLATFORM_EXPORT WebCoreCompositeToSkiaComposite(CompositeOperator, WebBlendMode = WebBlendModeNormal); |
// move this guy into SkColor.h |
SkColor SkPMColorToColor(SkPMColor); |