Index: src/gpu/GrSWMaskHelper.h |
diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h |
index fb5d9e86aa5b92377587884843bd370ce0111d0d..d1e1265dbae9b25a0ad5e34e8d7adcdb86ce983e 100644 |
--- a/src/gpu/GrSWMaskHelper.h |
+++ b/src/gpu/GrSWMaskHelper.h |
@@ -67,7 +67,7 @@ public: |
// Convert mask generation results to a signed distance field |
void toSDF(unsigned char* sdf); |
- |
+ |
// Reset the internal bitmap |
void clear(uint8_t alpha) { |
fPixels.erase(SkColorSetARGB(alpha, 0xFF, 0xFF, 0xFF)); |