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

Unified Diff: include/gpu/GrContext.h

Issue 1015173002: Let text contexts fall back directly to paths (Closed) Base URL: https://skia.googlesource.com/skia.git@text-blob-to-context
Patch Set: tidying Created 5 years, 9 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
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 6a225c2538b0c057c19fd26ab42bfe3d22b49030..0f283ea13f360349925931b9a065020d0f1cac37 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -41,6 +41,7 @@ class GrVertexBuffer;
class GrVertexBufferAllocPool;
class GrStrokeInfo;
class GrSoftwarePathRenderer;
+class SkGpuDevice;
class SkStrokeRec;
class SK_API GrContext : public SkRefCnt {
@@ -208,6 +209,7 @@ public:
* before the context is destroyed.
*/
GrTextContext* createTextContext(GrRenderTarget*,
+ SkGpuDevice*,
const SkDeviceProperties&,
bool enableDistanceFieldFonts);
« no previous file with comments | « include/core/SkPaint.h ('k') | src/gpu/GrBitmapTextContext.h » ('j') | src/gpu/GrTextContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698