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
Родитель 084ad42b91
Коммит e18f9dff7a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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