Index: src/gpu/text/GrAtlasTextContext.cpp |
diff --git a/src/gpu/text/GrAtlasTextContext.cpp b/src/gpu/text/GrAtlasTextContext.cpp |
index 1a778103067a3692d7343d4a9dadb92a8dc5852d..ec9e40cbae22fc3303ba02f9b458d3a86497b44e 100644 |
--- a/src/gpu/text/GrAtlasTextContext.cpp |
+++ b/src/gpu/text/GrAtlasTextContext.cpp |
@@ -397,7 +397,7 @@ DRAW_BATCH_TEST_DEFINE(TextBlobBatch) { |
int yInt = (random->nextU() % kMaxTrans) * yPos; |
SkScalar x = SkIntToScalar(xInt); |
SkScalar y = SkIntToScalar(yInt); |
- |
+ |
// right now we don't handle textblobs, nor do we handle drawPosText. Since we only |
// intend to test the batch with this unit test, that is okay. |
SkAutoTUnref<GrAtlasTextBlob> blob( |