Index: src/gpu/GrAtlasTextContext.h |
diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h |
index f5421a669c5a0a0d12e12ad25b3f1ace73043d28..81f1ddd378da9d2399cba7693be02a8fe535305d 100644 |
--- a/src/gpu/GrAtlasTextContext.h |
+++ b/src/gpu/GrAtlasTextContext.h |
@@ -27,7 +27,6 @@ class SkGlyph; |
/* |
* This class implements GrTextContext using standard bitmap fonts, and can also process textblobs. |
- * TODO replace GrBitmapTextContext |
*/ |
class GrAtlasTextContext : public GrTextContext { |
public: |
@@ -184,7 +183,7 @@ private: |
SkAutoTUnref<const DistanceAdjustTable> fDistanceAdjustTable; |
friend class GrTextBlobCache; |
- friend class TextBatch; |
+ friend class GrAtlasTextBatch; |
#ifdef GR_TEST_UTILS |
DRAW_BATCH_TEST_FRIEND(TextBlobBatch); |