summaryrefslogtreecommitdiff
path: root/chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h')
-rw-r--r--chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h b/chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h
index 8fb10de2507..96a32343807 100644
--- a/chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h
+++ b/chromium/third_party/pdfium/core/fpdfdoc/cpvt_lineinfo.h
@@ -16,11 +16,11 @@ class CPVT_LineInfo {
int32_t nTotalWord;
int32_t nBeginWordIndex;
int32_t nEndWordIndex;
- FX_FLOAT fLineX;
- FX_FLOAT fLineY;
- FX_FLOAT fLineWidth;
- FX_FLOAT fLineAscent;
- FX_FLOAT fLineDescent;
+ float fLineX;
+ float fLineY;
+ float fLineWidth;
+ float fLineAscent;
+ float fLineDescent;
};
inline CPVT_LineInfo::CPVT_LineInfo()