| Index: src/gpu/GrAtlasTextBlob.cpp
 | 
| diff --git a/src/gpu/GrAtlasTextBlob.cpp b/src/gpu/GrAtlasTextBlob.cpp
 | 
| index d357145cbcffa5088da2e1e7f3bcf8af72e5511b..3fb7ac99c1666ae7c2e630c441d1ddccec6b828a 100644
 | 
| --- a/src/gpu/GrAtlasTextBlob.cpp
 | 
| +++ b/src/gpu/GrAtlasTextBlob.cpp
 | 
| @@ -57,7 +57,7 @@ void GrAtlasTextBlob::AssertEqual(const GrAtlasTextBlob& l, const GrAtlasTextBlo
 | 
|              SkASSERT(!rRun.fTypeface.get());
 | 
|          }
 | 
|  
 | 
| -        // TODO BOUNDS ARE ALL MESSED UP
 | 
| +        // We offset bounds right before flush time so they will not be correct here
 | 
|          //SkASSERT(lRun.fVertexBounds == rRun.fVertexBounds);
 | 
|  
 | 
|          SkASSERT(lRun.fDescriptor.getDesc());
 | 
| 
 |