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

Unified Diff: core/include/fpdfapi/fpdf_resource.h

Issue 1356373003: Fix a bunch of sign mismatch warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 3 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 | « no previous file | core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp » ('j') | core/src/fpdfapi/fpdf_font/font_int.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/include/fpdfapi/fpdf_resource.h
diff --git a/core/include/fpdfapi/fpdf_resource.h b/core/include/fpdfapi/fpdf_resource.h
index d687c97b9cde8438328cee7abc03459e854c0c6e..9e4d3827fd1999d9a19f53b8c20b6f02e1ee7b49 100644
--- a/core/include/fpdfapi/fpdf_resource.h
+++ b/core/include/fpdfapi/fpdf_resource.h
@@ -467,7 +467,7 @@ class CPDF_CIDFont : public CPDF_Font {
CPDF_CMap* m_pCMap;
CPDF_CMap* m_pAllocatedCMap;
CPDF_CID2UnicodeMap* m_pCID2UnicodeMap;
- int m_Charset;
+ size_t m_Charset;
Tom Sepez 2015/09/25 16:06:37 Can we make this an enum? CS shows we later do th
FX_BOOL m_bType1;
CPDF_StreamAcc* m_pCIDToGIDMap;
FX_BOOL m_bCIDIsGID;
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp » ('j') | core/src/fpdfapi/fpdf_font/font_int.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698