| Index: Source/platform/graphics/skia/SkiaUtils.h
|
| diff --git a/Source/platform/graphics/skia/SkiaUtils.h b/Source/platform/graphics/skia/SkiaUtils.h
|
| index d3c9b8539856ff875b7307b4723c4299fa20a0f8..ea9cabbddeaf8737b128b8a284d6e3f9727cc0d1 100644
|
| --- a/Source/platform/graphics/skia/SkiaUtils.h
|
| +++ b/Source/platform/graphics/skia/SkiaUtils.h
|
| @@ -89,7 +89,7 @@ inline SkPath::FillType WebCoreWindRuleToSkFillType(WindRule rule)
|
| // Determine if a given WebKit point is contained in a path
|
| bool SkPathContainsPoint(const SkPath&, const FloatPoint&, SkPath::FillType);
|
|
|
| -SkMatrix affineTransformToSkMatrix(const AffineTransform&);
|
| +SkMatrix PLATFORM_EXPORT affineTransformToSkMatrix(const AffineTransform&);
|
|
|
| bool nearlyIntegral(float value);
|
|
|
|
|