From fb2d3c69816253ab7d2df576718c252ae1158c65 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 15 Mar 2012 21:18:11 +0000 Subject: [PATCH] forward declare SkRect git-svn-id: http://skia.googlecode.com/svn/trunk@3410 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkBitmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 36d7013..7a7f91a 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; -- 2.7.4