Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: core/src/fxge/ge/text_int.h

Issue 1398383002: core/ difference with XFA (for information only). (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: After bidi Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698