| Index: src/effects/Sk2DPathEffect.cpp
|
| diff --git a/src/effects/Sk2DPathEffect.cpp b/src/effects/Sk2DPathEffect.cpp
|
| index 1df69a51fc4b95fda7cb8d5e3c382524e6eee675..7144526dd08a07441f4da1edf62292189fad4ce2 100644
|
| --- a/src/effects/Sk2DPathEffect.cpp
|
| +++ b/src/effects/Sk2DPathEffect.cpp
|
| @@ -12,6 +12,7 @@
|
| #include "SkWriteBuffer.h"
|
| #include "SkPath.h"
|
| #include "SkRegion.h"
|
| +#include "SkStrokeRec.h"
|
|
|
| Sk2DPathEffect::Sk2DPathEffect(const SkMatrix& mat) : fMatrix(mat) {
|
| fMatrixIsInvertible = mat.invert(&fInverse);
|
|
|