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

Unified Diff: core/fpdfapi/fpdf_font/cpdf_truetypefont.h

Issue 2368693002: Remove FX_BOOL from cpdf_font (Closed)
Patch Set: And again Created 4 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
Index: core/fpdfapi/fpdf_font/cpdf_truetypefont.h
diff --git a/core/fpdfapi/fpdf_font/cpdf_truetypefont.h b/core/fpdfapi/fpdf_font/cpdf_truetypefont.h
index 46b19e513da667f8bee9d86325c3f4db71828d7a..1131371d18c18b36726de72d1aa5804455055480 100644
--- a/core/fpdfapi/fpdf_font/cpdf_truetypefont.h
+++ b/core/fpdfapi/fpdf_font/cpdf_truetypefont.h
@@ -21,7 +21,7 @@ class CPDF_TrueTypeFont : public CPDF_SimpleFont {
protected:
// CPDF_Font:
- FX_BOOL Load() override;
+ bool Load() override;
// CPDF_SimpleFont:
void LoadGlyphMap() override;

Powered by Google App Engine
This is Rietveld 408576698