| Index: src/pdf/SkPDFFontImpl.h
|
| diff --git a/src/pdf/SkPDFFontImpl.h b/src/pdf/SkPDFFontImpl.h
|
| index 6147ad5a485c5070ef27b1be0366ee1513afdd99..f6684489b14c20522bda8d8b1da92960bd922fe0 100644
|
| --- a/src/pdf/SkPDFFontImpl.h
|
| +++ b/src/pdf/SkPDFFontImpl.h
|
| @@ -15,8 +15,8 @@
|
| class SkPDFType0Font : public SkPDFFont {
|
| public:
|
| virtual ~SkPDFType0Font();
|
| - virtual bool multiByteGlyphs() const { return true; }
|
| - virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
|
| + bool multiByteGlyphs() const override { return true; }
|
| + SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage) override;
|
| #ifdef SK_DEBUG
|
| void emitObject(SkWStream*,
|
| const SkPDFObjNumMap&,
|
|
|