Chromium Code Reviews| Index: src/core/SkPath.cpp |
| diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp |
| index 3b3a125d0eca7237e106b0a4ddc0416da18070e6..494a6750a89719d7f795664f2c577a83e5a5d39e 100644 |
| --- a/src/core/SkPath.cpp |
| +++ b/src/core/SkPath.cpp |
| @@ -344,6 +344,10 @@ void SkPath::setSourcePath(const SkPath* path) { |
| } |
| #endif |
| +uint32_t SkPath::getHash() const { |
| + return fPathRef->getHash(); |
| +} |
| + |
| void SkPath::reset() { |
| SkDEBUGCODE(this->validate();) |