aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkDiscretePathEffect.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-09-15 12:53:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-15 12:53:07 -0700
commit435657fd62960ceffb1c3c63f63e836373560bc5 (patch)
tree5b89d11067dc1a7780ed3298c57d1fd614d572bf /src/effects/SkDiscretePathEffect.cpp
parent98ed7b6d01c16ad9ace652ec25861689d765d0b5 (diff)
Forward declare SkStrokeRec in SkPathEffect
Diffstat (limited to 'src/effects/SkDiscretePathEffect.cpp')
-rw-r--r--src/effects/SkDiscretePathEffect.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects/SkDiscretePathEffect.cpp b/src/effects/SkDiscretePathEffect.cpp
index ac84a600e3..acde041298 100644
--- a/src/effects/SkDiscretePathEffect.cpp
+++ b/src/effects/SkDiscretePathEffect.cpp
@@ -11,6 +11,7 @@
#include "SkReadBuffer.h"
#include "SkWriteBuffer.h"
#include "SkPathMeasure.h"
+#include "SkStrokeRec.h"
static void Perterb(SkPoint* p, const SkVector& tangent, SkScalar scale) {
SkVector normal = tangent;