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

Unified Diff: xfa/fxbarcode/oned/BC_OneDimWriter.h

Issue 1835703002: Remove FX_DWORD from XFA, part 2 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « xfa/fwl/core/include/ifwl_adaptertimermgr.h ('k') | xfa/fxbarcode/pdf417/BC_PDF417Common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/oned/BC_OneDimWriter.h
diff --git a/xfa/fxbarcode/oned/BC_OneDimWriter.h b/xfa/fxbarcode/oned/BC_OneDimWriter.h
index b015070968b24d1269307564d45b64dfe2058d13..e504f0bacb020684857a1fbaf4ce95623b603896 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;
« no previous file with comments | « xfa/fwl/core/include/ifwl_adaptertimermgr.h ('k') | xfa/fxbarcode/pdf417/BC_PDF417Common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698