From deee3d2ee201d62e7ef41e7d8378d7f52e057a9c Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 25 Mar 2016 14:38:58 -0700 Subject: Remove FX_DWORD from XFA, part 2 Some headers were missed in the previous CL. Review URL: https://codereview.chromium.org/1835703002 --- xfa/fxbarcode/oned/BC_OneDimWriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxbarcode/oned') diff --git a/xfa/fxbarcode/oned/BC_OneDimWriter.h b/xfa/fxbarcode/oned/BC_OneDimWriter.h index b015070968..e504f0bacb 100644 --- a/xfa/fxbarcode/oned/BC_OneDimWriter.h +++ b/xfa/fxbarcode/oned/BC_OneDimWriter.h @@ -109,7 +109,7 @@ class CBC_OneDimWriter : public CBC_Writer { CFX_Font* m_pFont; FX_FLOAT m_fFontSize; int32_t m_iFontStyle; - FX_DWORD m_fontColor; + uint32_t m_fontColor; BC_TEXT_LOC m_locTextLoc; int32_t m_iContentLen; FX_BOOL m_bLeftPadding; -- cgit v1.2.3