Index: src/gpu/GrPath.h |
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h |
index d324e6a74556e7b4510ac67f6c9d1b7375e64183..c7f1966f72dcd268b9b7140ac5e55d254173aa30 100644 |
--- a/src/gpu/GrPath.h |
+++ b/src/gpu/GrPath.h |
@@ -26,6 +26,7 @@ public: |
} |
static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke); |
+ static uint64_t ComputeStrokeKey(const SkStrokeRec&); |
bool isEqualTo(const SkPath& path, const SkStrokeRec& stroke) { |
return fSkPath == path && fStroke == stroke; |