| Index: src/core/SkPathHeap.h |
| =================================================================== |
| --- src/core/SkPathHeap.h (revision 8627) |
| +++ src/core/SkPathHeap.h (working copy) |
| @@ -36,6 +36,8 @@ |
| return *fPaths[index]; |
| } |
| + uint32_t computeSize() const; |
| + |
| void flatten(SkFlattenableWriteBuffer&) const; |
| private: |