fix comment on GrBatchTextStrike

TBR=bsalomon@google.com
BUG=skia:

Review URL: https://codereview.chromium.org/1252783002
This commit is contained in:
joshualitt 2015-07-23 10:58:48 -07:00 committed by Commit bot
parent e663341605
commit 4765bdcd63

View File

@ -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: