Index: src/gpu/GrStencilAndCoverPathRenderer.cpp |
diff --git a/src/gpu/GrStencilAndCoverPathRenderer.cpp b/src/gpu/GrStencilAndCoverPathRenderer.cpp |
index 1b6a2f7c7eda403517c194440b55b100ae986408..0cef788355b0603a434dc56a5ff2d8624613aa7e 100644 |
--- a/src/gpu/GrStencilAndCoverPathRenderer.cpp |
+++ b/src/gpu/GrStencilAndCoverPathRenderer.cpp |
@@ -72,7 +72,7 @@ GrStencilAndCoverPathRenderer::onGetStencilSupport(const GrDrawTarget*, |
static GrPath* get_gr_path(GrGpu* gpu, const SkPath& skPath, const SkStrokeRec& stroke) { |
GrContext* ctx = gpu->getContext(); |
- GrContentKey key; |
+ GrUniqueKey key; |
GrPath::ComputeKey(skPath, stroke, &key); |
SkAutoTUnref<GrPath> path(static_cast<GrPath*>(ctx->findAndRefCachedResource(key))); |
if (NULL == path || !path->isEqualTo(skPath, stroke)) { |