initialize fShapeCount in init()
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 Jul 2009 13:25:15 +0000 (13:25 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 7 Jul 2009 13:25:15 +0000 (13:25 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@252 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkPicturePlayback.cpp

index ad0a7aa08bbae4e5b28d100584c5bc6b4f10d9c7..03cdc1681cefde0a88e43417290f9a869a69f9d0 100644 (file)
@@ -227,7 +227,7 @@ void SkPicturePlayback::init() {
     fShapes = NULL;
     fRegions = NULL;
     fBitmapCount = fMatrixCount = fPaintCount = fPictureCount = 
-    fRegionCount = 0;
+    fRegionCount = fShapeCount = 0;
     
     fFactoryPlayback = NULL;
 }