| commit | d897bfb76f7e19c6fa9bd015a7bbd28a9161f5e5 | [log] [tgz] |
|---|---|---|
| author | vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 31 18:18:21 2011 +0000 |
| committer | vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue May 31 18:18:21 2011 +0000 |
| tree | 7b6ca6ffd6fe4fc2fe5f869a007af66afe6e5b36 | |
| parent | f33d1537326af59b7948d2fa92db0b0190f0d99d [diff] [blame] |
[PDF] Add pages accessor to SkPDFDocument. Also add SK_API to SkPDFPage::getFontResources. Review URL: http://codereview.appspot.com/4561050 git-svn-id: http://skia.googlecode.com/svn/trunk@1453 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/pdf/SkPDFPage.h b/include/pdf/SkPDFPage.h index d677a29..0e30028 100644 --- a/include/pdf/SkPDFPage.h +++ b/include/pdf/SkPDFPage.h
@@ -88,7 +88,7 @@ /** Get the fonts used on this page. */ - const SkTDArray<SkPDFFont*>& getFontResources() const; + SK_API const SkTDArray<SkPDFFont*>& getFontResources() const; private: // Multiple pages may reference the content.