summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_font/cpdf_simplefont.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-08-15 10:49:24 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-15 10:49:24 -0700
commit1679d3ae2e0e64c7aba811476341a153dcef8b04 (patch)
tree4cac3f15e03e8fb923d0ccdcbeaff2c176f3cff3 /core/fpdfapi/fpdf_font/cpdf_simplefont.h
parent93ee11937bc2351882648f6aa1127883adbf0268 (diff)
downloadpdfium-1679d3ae2e0e64c7aba811476341a153dcef8b04.tar.xz
Get rid of FX_SMALL_RECT.
Review-Url: https://codereview.chromium.org/2248463002
Diffstat (limited to 'core/fpdfapi/fpdf_font/cpdf_simplefont.h')
-rw-r--r--core/fpdfapi/fpdf_font/cpdf_simplefont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fpdfapi/fpdf_font/cpdf_simplefont.h b/core/fpdfapi/fpdf_font/cpdf_simplefont.h
index 9000850ca3..59eb9be012 100644
--- a/core/fpdfapi/fpdf_font/cpdf_simplefont.h
+++ b/core/fpdfapi/fpdf_font/cpdf_simplefont.h
@@ -42,8 +42,8 @@ class CPDF_SimpleFont : public CPDF_Font {
std::vector<CFX_ByteString> m_CharNames;
int m_BaseEncoding;
uint16_t m_CharWidth[256];
- FX_SMALL_RECT m_CharBBox[256];
- FX_BOOL m_bUseFontWidth;
+ FX_RECT m_CharBBox[256];
+ bool m_bUseFontWidth;
};
#endif // CORE_FPDFAPI_FPDF_FONT_CPDF_SIMPLEFONT_H_