Index: tests/DashPathEffectTest.cpp |
diff --git a/tests/DashPathEffectTest.cpp b/tests/DashPathEffectTest.cpp |
index d7c3d1d8d4ed70a49e2b4c8562109b30ee463999..6639ec7b400170db8595a2998bf05405df1852af 100644 |
--- a/tests/DashPathEffectTest.cpp |
+++ b/tests/DashPathEffectTest.cpp |
@@ -9,6 +9,7 @@ |
#include "SkDashPathEffect.h" |
#include "SkWriteBuffer.h" |
+#include "SkStrokeRec.h" |
// crbug.com/348821 was rooted in SkDashPathEffect refusing to flatten and unflatten itself when |
// fInitialDashLength < 0 (a signal the effect is nonsense). Here we test that it flattens. |