aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-04-02 09:19:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-02 09:19:04 -0700
commitdbd3593e0b0cfb04f23b9d7bce623e6e32364b3f (patch)
treece777e7bf100e32b06a60b41ad4b6a332fa07f95 /include/core/SkPaint.h
parent192945e92ef7ef97a307db636f242d58c98fff4e (diff)
Rename GrBitmapTextContextB to GrAtlasTextContext
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 2038e6f547..991a727f93 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -1123,7 +1123,7 @@ private:
friend class SkGraphics; // So Term() can be called.
friend class SkPDFDevice;
friend class GrBitmapTextContext;
- friend class GrBitmapTextContextB;
+ friend class GrAtlasTextContext;
friend class GrDistanceFieldTextContext;
friend class GrStencilAndCoverTextContext;
friend class GrPathRendering;