Chromium Code Reviews| Index: include/core/SkPath.h |
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
| index a6674d9afb4e65cc024ee8a155d5f4f4b4869bfe..dca8ae206bdae3a1b45ee8915cce7d8c1ae6d105 100644 |
| --- a/include/core/SkPath.h |
| +++ b/include/core/SkPath.h |
| @@ -926,6 +926,8 @@ public: |
| void setSourcePath(const SkPath* path); |
| #endif |
| + uint32_t getHash() const; |
|
bsalomon
2013/10/18 13:25:24
We already have a getGenerationID() method that is
Kimmo Kinnunen
2013/10/21 13:40:48
There's the problem that this would be confusing f
|
| + |
| SkDEBUGCODE(void validate() const;) |
| private: |