Chromium Code Reviews| Index: src/pdf/SkPDFPage.cpp |
| =================================================================== |
| --- src/pdf/SkPDFPage.cpp (revision 8005) |
| +++ src/pdf/SkPDFPage.cpp (working copy) |
| @@ -147,3 +147,7 @@ |
| const SkPDFGlyphSetMap& SkPDFPage::getFontGlyphUsage() const { |
| return fDevice->getFontGlyphUsage(); |
| } |
| + |
| +void SkPDFPage::appendDestinations(SkPDFDict* dict) { |
| + fDevice->appendDestinations(dict, this); |
| +} |