| commit | 7744c205f20b5617e83d4af8f97b5771bfa8d671 | [log] [tgz] |
|---|---|---|
| author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 06 19:26:26 2011 +0000 |
| committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri May 06 19:26:26 2011 +0000 |
| tree | d63034e8dd4649c998ce01997417d3e0d015a0a7 | |
| parent | 2e550127e68fcf050f07840fc1102b8471a3b6d0 [diff] [blame] |
use SkPoint, creating an alias for GrPoint http://codereview.appspot.com/4498041/ git-svn-id: http://skia.googlecode.com/svn/trunk@1268 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrPathIter.h b/gpu/include/GrPathIter.h index 5261f0f..2c84145 100644 --- a/gpu/include/GrPathIter.h +++ b/gpu/include/GrPathIter.h
@@ -18,9 +18,8 @@ #ifndef GrPathIter_DEFINED #define GrPathIter_DEFINED -#include "GrTypes.h" +#include "GrPoint.h" -struct GrPoint; struct GrRect; /**