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

Unified Diff: core/include/fpdfdoc/fpdf_tagged.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/include/fpdfdoc/fpdf_doc.h ('k') | core/include/fxcodec/fx_codec.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fpdfdoc/fpdf_tagged.h
diff --git a/core/include/fpdfdoc/fpdf_tagged.h b/core/include/fpdfdoc/fpdf_tagged.h
index 28fe84b41ab214d3f94f5e3acc86defa4801b4e6..d17b724d5397878778da1252754dfc9b755eb0c0 100644
--- a/core/include/fpdfdoc/fpdf_tagged.h
+++ b/core/include/fpdfdoc/fpdf_tagged.h
@@ -37,21 +37,21 @@ struct CPDF_StructKid {
CPDF_Dictionary* m_pDict;
} m_Element;
struct {
- FX_DWORD m_PageObjNum;
+ uint32_t m_PageObjNum;
- FX_DWORD m_ContentId;
+ uint32_t m_ContentId;
} m_PageContent;
struct {
- FX_DWORD m_PageObjNum;
+ uint32_t m_PageObjNum;
- FX_DWORD m_ContentId;
+ uint32_t m_ContentId;
- FX_DWORD m_RefObjNum;
+ uint32_t m_RefObjNum;
} m_StreamContent;
struct {
- FX_DWORD m_PageObjNum;
+ uint32_t m_PageObjNum;
- FX_DWORD m_RefObjNum;
+ uint32_t m_RefObjNum;
} m_Object;
};
};
« no previous file with comments | « core/include/fpdfdoc/fpdf_doc.h ('k') | core/include/fxcodec/fx_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698