Chromium Code Reviews| Index: include/utils/SkTextBox.h |
| diff --git a/include/utils/SkTextBox.h b/include/utils/SkTextBox.h |
| index d4372d1b6ab8f0d07fdb5991f9fc840774413385..90903b558d5f70e6b8697b9b33a6cd8c1abc76ec 100644 |
| --- a/include/utils/SkTextBox.h |
| +++ b/include/utils/SkTextBox.h |
| @@ -60,7 +60,7 @@ public: |
| int countLines() const; |
| SkScalar getTextHeight() const; |
| - SkTextBlob* snapshotTextBlob(SkScalar* computedBottom) const; |
| + sk_sp<SkTextBlob> snapshotTextBlob(SkScalar* computedBottom) const; |
| class Visitor { |
| public: |