Index: src/core/SkMipMap.cpp |
diff --git a/src/core/SkMipMap.cpp b/src/core/SkMipMap.cpp |
index eae5e618f613381a798eacde052e1f8f4c219776..1b630a0466cede5d910049e262a298a130bdc0cc 100644 |
--- a/src/core/SkMipMap.cpp |
+++ b/src/core/SkMipMap.cpp |
@@ -233,7 +233,7 @@ SkMipMap* SkMipMap::Build(const SkPixmap& src, SkDiscardableFactoryProc fact) { |
// whip through our loop to compute the exact size needed |
size_t size = 0; |
- int countLevels = 0; |
+ int countLevels = 0; |
{ |
int width = src.width(); |
int height = src.height(); |