Chromium Code Reviews| Index: core/src/fxge/ge/text_int.h |
| diff --git a/core/src/fxge/ge/text_int.h b/core/src/fxge/ge/text_int.h |
| index 1b16cedce83530ad550145d929497375fe44022e..671a459ccb99203eda282ba07ec8dd8d54f62ef4 100644 |
| --- a/core/src/fxge/ge/text_int.h |
| +++ b/core/src/fxge/ge/text_int.h |
| @@ -28,7 +28,11 @@ class CTTFontDesc { |
| m_RefCount = 0; |
| } |
| ~CTTFontDesc(); |
| +#ifndef PDF_ENABLE_XFA |
| FX_BOOL ReleaseFace(FXFT_Face face); |
| +#else |
| + int32_t ReleaseFace(FXFT_Face face); |
| +#endif |
| int m_Type; |
| union { |
| struct { |