| Index: src/pdf/SkPDFFontImpl.h
|
| diff --git a/src/pdf/SkPDFFontImpl.h b/src/pdf/SkPDFFontImpl.h
|
| index 842e1c954711929c259dc7644067b6adbce63cb2..eaec8f90028d741ae98150d424b430441ea2e38f 100644
|
| --- a/src/pdf/SkPDFFontImpl.h
|
| +++ b/src/pdf/SkPDFFontImpl.h
|
| @@ -18,8 +18,7 @@ public:
|
| virtual bool multiByteGlyphs() const { return true; }
|
| SK_API virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage);
|
| #ifdef SK_DEBUG
|
| - virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
|
| - bool indirect);
|
| + virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog);
|
| #endif
|
|
|
| private:
|
|
|