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

Unified Diff: core/fxcodec/jbig2/JBig2_Page.h

Issue 1832173003: Remove FX_DWORD from core/ and delete definition (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 | « core/fxcodec/jbig2/JBig2_Image.cpp ('k') | core/fxcodec/jbig2/JBig2_PatternDict.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/jbig2/JBig2_Page.h
diff --git a/core/fxcodec/jbig2/JBig2_Page.h b/core/fxcodec/jbig2/JBig2_Page.h
index 6a335491459dd2fad00b0032294fa49a36bc308e..e9ffa767910e122e14022264aa7e8f242736e748 100644
--- a/core/fxcodec/jbig2/JBig2_Page.h
+++ b/core/fxcodec/jbig2/JBig2_Page.h
@@ -10,10 +10,10 @@
#include "core/fxcrt/include/fx_system.h"
struct JBig2PageInfo {
- FX_DWORD m_dwWidth;
- FX_DWORD m_dwHeight;
- FX_DWORD m_dwResolutionX;
- FX_DWORD m_dwResolutionY;
+ uint32_t m_dwWidth;
+ uint32_t m_dwHeight;
+ uint32_t m_dwResolutionX;
+ uint32_t m_dwResolutionY;
uint8_t m_cFlags;
FX_BOOL m_bIsStriped;
uint16_t m_wMaxStripeSize;
« no previous file with comments | « core/fxcodec/jbig2/JBig2_Image.cpp ('k') | core/fxcodec/jbig2/JBig2_PatternDict.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698