| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 34e44952863a62e44cafb4073da11a65b17ff8dc..a5cbd5c05eace871968329b795186290c1e41733 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -285,7 +285,7 @@ void GrSWMaskHelper::toTexture(GrTexture *texture) {
|
| desc.fWidth = fPixels.width();
|
| desc.fHeight = fPixels.height();
|
| desc.fConfig = texture->config();
|
| -
|
| +
|
| // First see if we should compress this texture before uploading.
|
| switch (fCompressionMode) {
|
| case kNone_CompressionMode:
|
|
|