Index: src/pdf/SkPDFFont.cpp |
diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp |
index e531df06bcb9e53d8f4c70520e922aa492a347ea..0afdb9b6167b4a5ed26a858ecdbace09ce3d3079 100644 |
--- a/src/pdf/SkPDFFont.cpp |
+++ b/src/pdf/SkPDFFont.cpp |
@@ -24,12 +24,14 @@ |
#include "SkTypes.h" |
#include "SkUtils.h" |
+#if defined (SK_SFNTLY_SUBSETTER) |
+ #include SK_SFNTLY_SUBSETTER |
+#endif |
+ |
#if defined (GOOGLE3) |
// #including #defines doesn't work in with this build system. |
#include "typography/font/sfntly/src/sample/chromium/font_subsetter.h" |
#define SK_SFNTLY_SUBSETTER // For the benefit of #ifdefs below. |
-#elif defined (SK_SFNTLY_SUBSETTER) |
- #include SK_SFNTLY_SUBSETTER |
#endif |
// PDF's notion of symbolic vs non-symbolic is related to the character set, not |