Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index 796183feba5e742c2ae37531b3d6083c219761b9..f6ce261ab7a7235ad8a298a8e238fc6904a875cc 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -86,7 +86,7 @@ private: |
// We reserve a range of kMaxGlyphCount paths because of fallbacks fonts. We |
// can't know exactly how many glyphs we might need without preloading every |
// fallback, which we don't want to do at this point. |
- , fPathRange(context->getGpu()->createPathRange(kMaxGlyphCount, stroke)) { |
+ , fPathRange(context->getGpu()->pathRendering()->createPathRange(kMaxGlyphCount, stroke)) { |
memset(fLoadedGlyphs, 0, sizeof(fLoadedGlyphs)); |
} |