Chromium Code Reviews| Index: include/core/SkPath.h |
| =================================================================== |
| --- include/core/SkPath.h (revision 9658) |
| +++ include/core/SkPath.h (working copy) |
| @@ -984,6 +984,10 @@ |
| const SkPath* fSourcePath; |
| #endif |
| + // Assumes the caller has already emptied fPathRef and resets all other |
| + // fields to the values they would have when calling the default contructor. |
| + void resetFields(); |
| + |
| // called, if dirty, by getBounds() |
| void computeBounds() const; |