diff options
Diffstat (limited to 'src/gpu/GrRectanizer_skyline.cpp')
-rw-r--r-- | src/gpu/GrRectanizer_skyline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrRectanizer_skyline.cpp b/src/gpu/GrRectanizer_skyline.cpp index c4d26e026d..44ef8134fa 100644 --- a/src/gpu/GrRectanizer_skyline.cpp +++ b/src/gpu/GrRectanizer_skyline.cpp @@ -6,7 +6,7 @@ */ #include "GrRectanizer_skyline.h" -#include "SkPoint.h" +#include "SkIPoint16.h" bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) { if ((unsigned)width > (unsigned)this->width() || |