Index: include/gpu/GrRect.h |
=================================================================== |
--- include/gpu/GrRect.h (revision 8834) |
+++ include/gpu/GrRect.h (working copy) |
@@ -13,9 +13,11 @@ |
#include "GrPoint.h" |
#include "SkRect.h" |
+#include "SkRRect.h" |
typedef SkIRect GrIRect; |
typedef SkRect GrRect; |
robertphillips
2013/04/24 15:13:30
Do we really need to add a GrRRect?
jvanverth1
2013/04/24 19:02:27
Done.
|
+typedef SkRRect GrRRect; |
struct GrIRect16 { |
int16_t fLeft, fTop, fRight, fBottom; |