Chromium Code Reviews| Index: src/core/SkPictureRecord.h |
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
| index b4920e37bb3e1a47801493e53ae5b7111392da0a..7e5c5c641096a34018c5f96f736883860a6d5ce3 100644 |
| --- a/src/core/SkPictureRecord.h |
| +++ b/src/core/SkPictureRecord.h |
| @@ -88,8 +88,8 @@ public: |
| return fWriter.snapshotAsData(); |
| } |
| - SkPathHeap* pathHeap() { |
| - return fPathHeap; |
| + const SkPathHeap* pathHeap() const { |
| + return fPathHeap.get(); |
| } |
| const SkPictureContentInfo& contentInfo() const { |