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 6f89868cb1ea90c27d275133e8430cd4dfa3131b..29d9e1cc4dbf593186c976496b22bcd1bfd355f9 100644 |
| --- a/core/src/fxge/ge/text_int.h |
| +++ b/core/src/fxge/ge/text_int.h |
| @@ -32,7 +32,7 @@ public: |
| m_RefCount = 0; |
| } |
| ~CTTFontDesc(); |
| - FX_BOOL ReleaseFace(FXFT_Face face); |
| + int32_t ReleaseFace(FXFT_Face face); |
| int m_Type; |
| union { |
| struct { |