Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index fe89766558c4ab5be1710f10f17d6ddc7f8b843b..d88e080d173732688be4a21cff03543ee6eaee4d 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -919,6 +919,8 @@ public: |
SkDEBUGCODE(void validate() const;) |
SkDEBUGCODE(void experimentalValidateRef() const { fPathRef->validate(); } ) |
+ SkPathRef* pathRef() const { return fPathRef; } |
+ |
private: |
enum SerializationOffsets { |
// 1 free bit at 29 |