Chromium Code Reviews| Index: src/pdf/SkPDFTypes.h |
| diff --git a/src/pdf/SkPDFTypes.h b/src/pdf/SkPDFTypes.h |
| index 6ee9162139158e41d9d411b127ee6dfd5ff463df..52ce221725815d2b981ca7531518c514b30b6016 100644 |
| --- a/src/pdf/SkPDFTypes.h |
| +++ b/src/pdf/SkPDFTypes.h |
| @@ -331,7 +331,7 @@ private: |
| memory. |
| */ |
| -class SkPDFStream : public SkPDFObject { |
| +class SkPDFStream final : public SkPDFObject { |
| public: |
| /** Create a PDF stream. A Length entry is automatically added to the |