| Index: src/pdf/SkPDFFontImpl.h
|
| diff --git a/src/pdf/SkPDFFontImpl.h b/src/pdf/SkPDFFontImpl.h
|
| index cc7a4a1fd5143bc4715bb036d4c774a44aba676f..6147ad5a485c5070ef27b1be0366ee1513afdd99 100644
|
| --- a/src/pdf/SkPDFFontImpl.h
|
| +++ b/src/pdf/SkPDFFontImpl.h
|
| @@ -18,9 +18,9 @@ public:
|
| virtual bool multiByteGlyphs() const { return true; }
|
| virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
|
| #ifdef SK_DEBUG
|
| - virtual void emitObject(SkWStream*,
|
| - const SkPDFObjNumMap&,
|
| - const SkPDFSubstituteMap&);
|
| + void emitObject(SkWStream*,
|
| + const SkPDFObjNumMap&,
|
| + const SkPDFSubstituteMap&) const override;
|
| #endif
|
|
|
| private:
|
|
|