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 f17cf7f18f92e5dc2d21ff7300d53f1d75d7fb76..c30f024b1f10092eecb544a058d7b41750ab505a 100644 |
| --- a/core/src/fxge/ge/text_int.h |
| +++ b/core/src/fxge/ge/text_int.h |
| @@ -29,7 +29,7 @@ class CTTFontDesc { |
| m_RefCount = 0; |
| } |
| ~CTTFontDesc(); |
| - FX_BOOL ReleaseFace(FXFT_Face face); |
| + int ReleaseFace(FXFT_Face face); |
|
Tom Sepez
2015/12/09 19:11:54
Nit: please put a comment here describing return v
jun_fang
2015/12/09 23:58:09
Acknowledged.
|
| int m_Type; |
| union { |
| struct { |