Chromium Code Reviews| Index: include/core/SkPath.h |
| diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
| index d1af4f31b6591799d3640279ca71d8631a212fd6..46cb15c785d6ff0ad4658eb8a81a3af93ab01f39 100644 |
| --- a/include/core/SkPath.h |
| +++ b/include/core/SkPath.h |
| @@ -1121,7 +1121,7 @@ private: |
| kCurrent_Version = 2 |
| }; |
| - SkAutoTUnref<SkPathRef> fPathRef; |
| + sk_sp<SkPathRef> fPathRef; |
| int fLastMoveToIndex; |
| uint8_t fFillType; |
| mutable uint8_t fConvexity; |