diff options
author | Herb Derby <herb@google.com> | 2018-05-24 14:39:01 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-24 20:41:08 +0000 |
commit | 26cbe5130aa9839b5429b9507363ce2474091808 (patch) | |
tree | 5d10df1e2a768bf31af6ccbd2fd636f44f7c98b6 /include/core | |
parent | 4a0ad501e4919e06bcf7a7ef4adec8f28818946b (diff) |
Rename GrAtlasTextContext -> GrTextContext
Change-Id: I309b39425afc9b45095241eeb299096bc426afed
Reviewed-on: https://skia-review.googlesource.com/130029
Reviewed-by: Herb Derby <herb@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPaint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 85c2e3b2f7..6c60fc3587 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -1678,7 +1678,7 @@ private: static SkScalar MaxCacheSize2(SkScalar maxLimit); friend class GrAtlasTextBlob; - friend class GrAtlasTextContext; + friend class GrTextContext; friend class GrGLPathRendering; friend class GrPathRendering; friend class GrTextUtils; |