| Index: include/core/SkPathRef.h
|
| diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h
|
| index 6d0ec627e8a145b89c94bc8909a0f1a3754ee3cd..3b24861f748aec36a95e585700e4b9c4bfd837c8 100644
|
| --- a/include/core/SkPathRef.h
|
| +++ b/include/core/SkPathRef.h
|
| @@ -271,6 +271,8 @@ public:
|
| */
|
| uint32_t writeSize() const;
|
|
|
| + void interpolate(const SkPathRef& ending, SkScalar weight, SkPathRef* out) const;
|
| +
|
| /**
|
| * Gets an ID that uniquely identifies the contents of the path ref. If two path refs have the
|
| * same ID then they have the same verbs and points. However, two path refs may have the same
|
|
|