| Index: include/core/SkSurfaceProps.h
|
| diff --git a/include/core/SkSurfaceProps.h b/include/core/SkSurfaceProps.h
|
| index 015447391437374687cc6c00bed2300505bb81d2..69a0e5248b5ab6684679927e297f2f7da80a32d5 100644
|
| --- a/include/core/SkSurfaceProps.h
|
| +++ b/include/core/SkSurfaceProps.h
|
| @@ -48,7 +48,7 @@ static inline bool SkPixelGeometryIsV(SkPixelGeometry geo) {
|
| * during drawing, and can sometimes optimize its performance (e.g. disabling an expensive
|
| * feature).
|
| */
|
| -class SkSurfaceProps {
|
| +class SK_API SkSurfaceProps {
|
| public:
|
| enum Flags {
|
| kDisallowAntiAlias_Flag = 1 << 0,
|
|
|