diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-15 21:18:11 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-15 21:18:11 +0000 |
commit | fb2d3c69816253ab7d2df576718c252ae1158c65 (patch) | |
tree | 279f23cdc513525dd4287f354e2d296b629d8d9b | |
parent | 86b2e43a33c486a0b150aa14fadf7af8323a11f5 (diff) |
forward declare SkRect
git-svn-id: http://skia.googlecode.com/svn/trunk@3410 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | include/core/SkBitmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 36d7013397..7a7f91a63f 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -16,6 +16,7 @@ #include "SkRefCnt.h" struct SkIRect; +struct SkRect; class SkColorTable; class SkPaint; class SkPixelRef; |