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