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 2a81f553c474984bc906c7fc38c58819fb99e9ce..1b16cedce83530ad550145d929497375fe44022e 100644 |
| --- a/core/src/fxge/ge/text_int.h |
| +++ b/core/src/fxge/ge/text_int.h |
| @@ -28,7 +28,7 @@ class CTTFontDesc { |
| m_RefCount = 0; |
| } |
| ~CTTFontDesc(); |
| - int32_t ReleaseFace(FXFT_Face face); |
| + FX_BOOL ReleaseFace(FXFT_Face face); |
| int m_Type; |
| union { |
| struct { |