| Index: include/core/SkDraw.h
|
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
|
| index 96a4fc7ad730e3782bd2d9b8d74bed665ebfd353..9c9617468441f7b2652a87c08dedb26cdad0fc7f 100644
|
| --- a/include/core/SkDraw.h
|
| +++ b/include/core/SkDraw.h
|
| @@ -13,6 +13,7 @@
|
| #include "SkCanvas.h"
|
| #include "SkMask.h"
|
| #include "SkPaint.h"
|
| +#include "SkStrokeRec.h"
|
|
|
| class SkBitmap;
|
| class SkClipStack;
|
| @@ -93,7 +94,7 @@ public:
|
| static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
| const SkMaskFilter*, const SkMatrix* filterMatrix,
|
| SkMask* mask, SkMask::CreateMode mode,
|
| - SkPaint::Style style);
|
| + SkStrokeRec::InitStyle style);
|
|
|
| enum RectType {
|
| kHair_RectType,
|
|
|