| Index: src/effects/Sk1DPathEffect.cpp
|
| diff --git a/src/effects/Sk1DPathEffect.cpp b/src/effects/Sk1DPathEffect.cpp
|
| index d630a8ed6ca9658ce9c163e4b81ee0ac8256e87c..041886e1db9f146f870a034d19b3e5deb4c2e4f4 100644
|
| --- a/src/effects/Sk1DPathEffect.cpp
|
| +++ b/src/effects/Sk1DPathEffect.cpp
|
| @@ -11,6 +11,7 @@
|
| #include "SkReadBuffer.h"
|
| #include "SkWriteBuffer.h"
|
| #include "SkPathMeasure.h"
|
| +#include "SkStrokeRec.h"
|
|
|
| bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src,
|
| SkStrokeRec*, const SkRect*) const {
|
|
|