aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawPathTest.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 /tests/DrawPathTest.cpp
parent98ed7b6d01c16ad9ace652ec25861689d765d0b5 (diff)
Forward declare SkStrokeRec in SkPathEffect
Diffstat (limited to 'tests/DrawPathTest.cpp')
-rw-r--r--tests/DrawPathTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/DrawPathTest.cpp b/tests/DrawPathTest.cpp
index 4351faf70e..e5d50d33d7 100644
--- a/tests/DrawPathTest.cpp
+++ b/tests/DrawPathTest.cpp
@@ -8,6 +8,7 @@
#include "SkBitmap.h"
#include "SkCanvas.h"
#include "SkDashPathEffect.h"
+#include "SkStrokeRec.h"
#include "SkSurface.h"
#include "Test.h"