commit | 131d4ee0eabf7b7ddb5ccf0744edb4b449226773 | [log] [tgz] |
---|---|---|
author | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 26 17:48:12 2013 +0000 |
committer | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 26 17:48:12 2013 +0000 |
tree | bfe4722cc2f9a3e06eee79d555df44ff71a4339e | |
parent | ad4d499f861b4cbeb870b20728eed88e830cdf4b [diff] [blame] |
refactoring for pdf viewer lib Review URL: https://codereview.chromium.org/17856004 git-svn-id: http://skia.googlecode.com/svn/trunk@9773 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/PdfViewer/SkPdfFont.cpp b/experimental/PdfViewer/SkPdfFont.cpp index a4d70ab..4fac286 100644 --- a/experimental/PdfViewer/SkPdfFont.cpp +++ b/experimental/PdfViewer/SkPdfFont.cpp
@@ -1,4 +1,5 @@ #include "SkPdfFont.h" +#include "SkPdfParser.h" std::map<std::string, SkPdfStandardFontEntry>& getStandardFonts() { static std::map<std::string, SkPdfStandardFontEntry> gPdfStandardFonts;