Index: src/gpu/GrPathUtils.cpp |
diff --git a/src/gpu/GrPathUtils.cpp b/src/gpu/GrPathUtils.cpp |
index fcb32cbd9a033f5761cd3d05e4058cf21df58e01..69ecaa75685393b4ff02c2522637e6f1f6d67045 100644 |
--- a/src/gpu/GrPathUtils.cpp |
+++ b/src/gpu/GrPathUtils.cpp |
@@ -8,6 +8,7 @@ |
#include "GrPathUtils.h" |
#include "GrTypes.h" |
+#include "SkMathPriv.h" |
bungeman-skia
2016/06/06 18:11:59
nit: down one line
hal.canary
2016/06/06 18:22:32
Done.
|
#include "SkGeometry.h" |
SkScalar GrPathUtils::scaleToleranceToSrc(SkScalar devTol, |