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

Unified Diff: include/core/SkPaint.h

Issue 141863005: Add standalone drawText for GrTextContext. (Closed) Base URL: https://skia.googlesource.com/skia.git@issue2018-factory
Patch Set: Some clean-up work. Created 6 years, 11 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 | include/gpu/GrBitmapTextContext.h » ('j') | include/gpu/GrDistanceFieldTextContext.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPaint.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index 7dc3a4e03ccefb56e802b26fe4e38ee1d6a3a9e7..a5c6d3b45606eb8fc52101a05f604eef7b746b5b 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -1070,6 +1070,7 @@ private:
friend class SkDraw;
friend class SkGraphics; // So Term() can be called.
friend class SkPDFDevice;
+ friend class GrBitmapTextContext;
friend class GrDistanceFieldTextContext;
friend class SkTextToPathIter;
friend class SkCanonicalizePaint;
« no previous file with comments | « no previous file | include/gpu/GrBitmapTextContext.h » ('j') | include/gpu/GrDistanceFieldTextContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698