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

Unified Diff: core/fxge/cfx_fontmapper.h

Issue 2395883002: Use another vector for installed fonts in CFX_FontMapper (Closed)
Patch Set: Fix win 2 Created 4 years, 2 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/fxge/ge/cfx_fontmapper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/cfx_fontmapper.h
diff --git a/core/fxge/cfx_fontmapper.h b/core/fxge/cfx_fontmapper.h
index 383550b33a3cf7b1fe4f67f61f0bf2002261dc49..b0bfcf220f32f9927d4e1f84a9e9acd622c5d0a3 100644
--- a/core/fxge/cfx_fontmapper.h
+++ b/core/fxge/cfx_fontmapper.h
@@ -45,6 +45,8 @@ class CFX_FontMapper {
}
std::vector<CFX_ByteString> m_InstalledTTFonts;
+ std::vector<CFX_ByteString> m_LocalizedTTFonts;
Tom Sepez 2016/10/05 22:34:11 are we sure we don't just want std::vector<std:
+ std::vector<int> m_IndexForLocalizedFonts;
private:
static const size_t MM_FACE_COUNT = 2;
« no previous file with comments | « no previous file | core/fxge/ge/cfx_fontmapper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698