Index: src/gpu/GrBatchFontCache.h |
diff --git a/src/gpu/GrBatchFontCache.h b/src/gpu/GrBatchFontCache.h |
index 2b625291994ff2610f804e222d5879cc4695e25d..28aa0364103e240ec8576f056a8f7dd5d30dbf1a 100644 |
--- a/src/gpu/GrBatchFontCache.h |
+++ b/src/gpu/GrBatchFontCache.h |
@@ -19,9 +19,8 @@ class GrBatchTarget; |
class GrGpu; |
/** |
- * The GrBatchTextStrike manages a pool of CPU backing memory for Glyph Masks. This backing memory |
- * is abstracted by GrGlyph, and indexed by a PackedID and GrFontScaler. The GrFontScaler is what |
- * actually creates the mask. |
+ * The GrBatchTextStrike manages a pool of CPU backing memory for GrGlyphs. This backing memory |
+ * is indexed by a PackedID and GrFontScaler. The GrFontScaler is what actually creates the mask. |
*/ |
class GrBatchTextStrike : public SkNVRefCnt<GrBatchTextStrike> { |
public: |