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

Unified Diff: core/src/fpdfapi/fpdf_parser/parser_int.h

Issue 1410073009: Use standard true and false to replace 'TRUE' and 'FALSE' in pdfium_test (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Remove compiling warnings Created 5 years, 1 month 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/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fpdfapi/fpdf_parser/parser_int.h
diff --git a/core/src/fpdfapi/fpdf_parser/parser_int.h b/core/src/fpdfapi/fpdf_parser/parser_int.h
index a9d5874f759d9fa5d68e6c7ce91e3e9e0a601b6c..5e4dffa8b741bda82d1fdd36c8e2d059006d4aaa 100644
--- a/core/src/fpdfapi/fpdf_parser/parser_int.h
+++ b/core/src/fpdfapi/fpdf_parser/parser_int.h
@@ -13,7 +13,6 @@ class CPDF_HintTables {
public:
CPDF_HintTables(CPDF_DataAvail* pDataAvail, CPDF_Dictionary* pLinearized)
: m_pLinearizedDict(pLinearized),
- m_pHintStream(nullptr),
m_pDataAvail(pDataAvail),
m_nFirstPageSharedObjs(0),
m_szFirstPageObjOffset(0) {}
@@ -35,7 +34,6 @@ class CPDF_HintTables {
int ReadPrimaryHintStreamLength() const;
CPDF_Dictionary* m_pLinearizedDict;
- CPDF_Stream* m_pHintStream;
CPDF_DataAvail* m_pDataAvail;
FX_DWORD m_nFirstPageSharedObjs;
FX_FILESIZE m_szFirstPageObjOffset;
« no previous file with comments | « core/src/fpdfapi/fpdf_parser/fpdf_parser_parser.cpp ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698