Chromium Code Reviews| Index: include/core/SkPathRef.h |
| diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h |
| index 86f55c9bcae2aec63bcc5e6c529bca2969496d52..6d0ec627e8a145b89c94bc8909a0f1a3754ee3cd 100644 |
| --- a/include/core/SkPathRef.h |
| +++ b/include/core/SkPathRef.h |
| @@ -124,6 +124,7 @@ public: |
| @return The verb for the current segment |
| */ |
| uint8_t next(SkPoint pts[4]); |
| + uint8_t peek() const; |
| SkScalar conicWeight() const { return *fConicWeights; } |