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

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

Issue 1747123002: Fix and enable lint checks. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 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
Index: core/include/fpdfapi/fpdf_resource.h
diff --git a/core/include/fpdfapi/fpdf_resource.h b/core/include/fpdfapi/fpdf_resource.h
index 23e1b55efb82a5162e1ae521700e6d5410dac75f..97c9c40d741dbcd5dd9dcb6583a8434e3a237b3e 100644
--- a/core/include/fpdfapi/fpdf_resource.h
+++ b/core/include/fpdfapi/fpdf_resource.h
@@ -166,7 +166,7 @@ class CPDF_Font {
CFX_ByteString*& pCharNames,
FX_BOOL bEmbedded,
FX_BOOL bTrueType);
- void LoadFontDescriptor(CPDF_Dictionary*);
+ void LoadFontDescriptor(CPDF_Dictionary* dict);
Tom Sepez 2016/03/01 17:38:05 nit: |pDict| just to be consistent.
dsinclair 2016/03/01 18:11:51 Done.
void CheckFontMetrics();
CFX_ByteString m_BaseFont;

Powered by Google App Engine
This is Rietveld 408576698