Index: src/gpu/GrPath.h |
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h |
index 56e26b3374a5c31ecdcef20f2f98ff3698332bca..27bbdc043982e438e120a7a6cddcf7081e52e456 100644 |
--- a/src/gpu/GrPath.h |
+++ b/src/gpu/GrPath.h |
@@ -27,7 +27,7 @@ public: |
fBounds(skPath.getBounds()) { |
} |
- static void ComputeKey(const SkPath& path, const SkStrokeRec& stroke, GrContentKey* key); |
+ static void ComputeKey(const SkPath& path, const SkStrokeRec& stroke, GrUniqueKey* key); |
static uint64_t ComputeStrokeKey(const SkStrokeRec&); |
bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) { |