Index: src/gpu/GrRectanizer_pow2.cpp |
diff --git a/src/gpu/GrRectanizer_pow2.cpp b/src/gpu/GrRectanizer_pow2.cpp |
index d92e80c2d55bb2a6167a7f734ccf360a191b724f..4e4cfcaef0a35dd6fc71a731462c2751f5f30dc0 100644 |
--- a/src/gpu/GrRectanizer_pow2.cpp |
+++ b/src/gpu/GrRectanizer_pow2.cpp |
@@ -7,9 +7,10 @@ |
*/ |
#include "GrRectanizer_pow2.h" |
+#include "GrTypes.h" |
#include "GrTBSearch.h" |
-bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { |
+bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { |
if ((unsigned)width > (unsigned)this->width() || |
(unsigned)height > (unsigned)this->height()) { |
return false; |