Index: src/gpu/GrRectanizer_skyline.cpp |
diff --git a/src/gpu/GrRectanizer_skyline.cpp b/src/gpu/GrRectanizer_skyline.cpp |
index 200fa8327912f229e3956cfe1648761fd07f4b87..b759cb22ac439ed087c66e74eb649586fd356090 100755 |
--- a/src/gpu/GrRectanizer_skyline.cpp |
+++ b/src/gpu/GrRectanizer_skyline.cpp |
@@ -7,8 +7,9 @@ |
*/ |
#include "GrRectanizer_skyline.h" |
+#include "SkPoint.h" |
-bool GrRectanizerSkyline::addRect(int width, int height, GrIPoint16* loc) { |
+bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { |
if ((unsigned)width > (unsigned)this->width() || |
(unsigned)height > (unsigned)this->height()) { |
return false; |