| Index: src/pdf/SkPDFFont.cpp
|
| diff --git a/src/pdf/SkPDFFont.cpp b/src/pdf/SkPDFFont.cpp
|
| index 0d6f3187995594ad523a31b9f59d4b3f2cf3e32d..15b289db092baa93675b13bd08c197429b0dbb18 100644
|
| --- a/src/pdf/SkPDFFont.cpp
|
| +++ b/src/pdf/SkPDFFont.cpp
|
| @@ -25,7 +25,7 @@
|
| #include "SkUtils.h"
|
|
|
| #if defined (GOOGLE3)
|
| - #if !defined (SK_BUILD_FOR_ANDROID)
|
| + #if !defined (SK_BUILD_FOR_ANDROID) && !defined (SK_BUILD_FOR_IOS)
|
| // #including #defines doesn't work with this build system.
|
| #include "typography/font/sfntly/src/sample/chromium/font_subsetter.h"
|
| #define SK_SFNTLY_SUBSETTER // For the benefit of #ifdefs below.
|
|
|