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

Unified Diff: xfa/fgas/font/fgas_stdfontmgr.h

Issue 2018563002: Fix windows build breakage at 25fa42f398d1 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fgas/font/fgas_stdfontmgr.h
diff --git a/xfa/fgas/font/fgas_stdfontmgr.h b/xfa/fgas/font/fgas_stdfontmgr.h
index a455ee2596ac44123722f60bf8c5d0b9affefb12..caa662613d563707a45e86426f1c792f4e51b634 100644
--- a/xfa/fgas/font/fgas_stdfontmgr.h
+++ b/xfa/fgas/font/fgas_stdfontmgr.h
@@ -51,8 +51,8 @@ class CFX_StdFontMgrImp : public IFX_FontMgr {
uint32_t dwFontStyles,
uint16_t wCodePage = 0xFFFF) override;
- void ClearFontCache();
- void RemoveFont(IFX_Font* pFont);
+ void ClearFontCache() override;
+ void RemoveFont(IFX_Font* pFont) override;
protected:
void RemoveFont(CFX_MapPtrToPtr& fontMap, IFX_Font* pFont);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698