initialize fShapeCount in init()

git-svn-id: http://skia.googlecode.com/svn/trunk@252 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-07-07 13:25:15 +00:00
parent 084ad42b91
commit e18f9dff7a

View File

@ -227,7 +227,7 @@ void SkPicturePlayback::init() {
fShapes = NULL;
fRegions = NULL;
fBitmapCount = fMatrixCount = fPaintCount = fPictureCount =
fRegionCount = 0;
fRegionCount = fShapeCount = 0;
fFactoryPlayback = NULL;
}