| Index: src/gpu/GrTexture.cpp
|
| diff --git a/src/gpu/GrTexture.cpp b/src/gpu/GrTexture.cpp
|
| index 905455a9ec7030b1ac3d69019927888da320f637..249fe98c20614eb52b631315104a2fb5f72bdf37 100644
|
| --- a/src/gpu/GrTexture.cpp
|
| +++ b/src/gpu/GrTexture.cpp
|
| @@ -18,7 +18,7 @@
|
| void GrTexture::dirtyMipMaps(bool mipMapsDirty) {
|
| if (mipMapsDirty) {
|
| if (kValid_MipMapsStatus == fMipMapsStatus) {
|
| - fMipMapsStatus = kAllocated_MipMapsStatus;
|
| + fMipMapsStatus = kAllocated_MipMapsStatus;
|
| }
|
| } else {
|
| const bool sizeChanged = kNotAllocated_MipMapsStatus == fMipMapsStatus;
|
|
|