Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: src/gpu/GrBatchFontCache.h

Issue 1252783002: fix comment on GrBatchTextStrike (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698