Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index 3061ec6b10871ebd80339b89f23322dda983a548..9c3ba6af8a4b50738bcad8201840a8010f99634a 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -207,9 +207,9 @@ static GrPathRange* get_gr_glyphs(GrContext* ctx, |
const SkTypeface* typeface, |
const SkDescriptor* desc, |
const SkStrokeRec& stroke) { |
- static const GrContentKey::Domain kDomain = GrContentKey::GenerateDomain(); |
- GrContentKey key; |
- GrContentKey::Builder builder(&key, kDomain, 4); |
+ static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain(); |
+ GrUniqueKey key; |
+ GrUniqueKey::Builder builder(&key, kDomain, 4); |
struct GlyphKey { |
uint32_t fChecksum; |
uint32_t fTypeface; |