aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkDashPath.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/utils/SkDashPath.cpp
parent98ed7b6d01c16ad9ace652ec25861689d765d0b5 (diff)
Forward declare SkStrokeRec in SkPathEffect
Diffstat (limited to 'src/utils/SkDashPath.cpp')
-rw-r--r--src/utils/SkDashPath.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/SkDashPath.cpp b/src/utils/SkDashPath.cpp
index c177295941..e0cbe9732d 100644
--- a/src/utils/SkDashPath.cpp
+++ b/src/utils/SkDashPath.cpp
@@ -7,6 +7,7 @@
#include "SkDashPathPriv.h"
#include "SkPathMeasure.h"
+#include "SkStrokeRec.h"
static inline int is_even(int x) {
return (~x) << 31;