aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-07-23 10:58:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-23 10:58:48 -0700
commit4765bdcd638152420fd23bc407b48c6a4a9837f8 (patch)
treeaa4a119719080fed54123580cec5f08fc8177bff /src
parente6633416056d10bc781dcfc32494f5766109ec79 (diff)
fix comment on GrBatchTextStrike
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1252783002
Diffstat (limited to 'src')
-rw-r--r--src/gpu/GrBatchFontCache.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gpu/GrBatchFontCache.h b/src/gpu/GrBatchFontCache.h
index 2b62529199..28aa036410 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: