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

Unified Diff: core/fxcrt/plex.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/fxcrt/include/fx_xml.h ('k') | core/fxcrt/xml_int.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcrt/plex.h
diff --git a/core/fxcrt/plex.h b/core/fxcrt/plex.h
index 8bb96072681f5611ffd652bb09bb73a3a313bc0a..5391566d7b53a21d6c8da8ce6ab8efbc35377ec9 100644
--- a/core/fxcrt/plex.h
+++ b/core/fxcrt/plex.h
@@ -12,7 +12,7 @@
struct CFX_Plex {
CFX_Plex* pNext;
void* data() { return this + 1; }
- static CFX_Plex* Create(CFX_Plex*& head, FX_DWORD nMax, FX_DWORD cbElement);
+ static CFX_Plex* Create(CFX_Plex*& head, uint32_t nMax, uint32_t cbElement);
void FreeDataChain();
};
« no previous file with comments | « core/fxcrt/include/fx_xml.h ('k') | core/fxcrt/xml_int.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698