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

Unified Diff: ui/gfx/font_fallback_mac.cc

Issue 767223003: Suppress GetFallbackFontFamilies spam on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: ui/gfx/font_fallback_mac.cc
diff --git a/ui/gfx/font_fallback_mac.cc b/ui/gfx/font_fallback_mac.cc
index aa709c3417b420708e7ec8edfe45f7e7a265b6b7..3d96d1173c55c8ce92df9a2033cb2777e1e55353 100644
--- a/ui/gfx/font_fallback_mac.cc
+++ b/ui/gfx/font_fallback_mac.cc
@@ -13,7 +13,7 @@ namespace gfx {
std::vector<std::string> GetFallbackFontFamilies(
const std::string& font_family) {
- NOTIMPLEMENTED();
+ // TODO(jiangj): Not implemented, see crbug.com/439039.
return std::vector<std::string>(1, font_family);
}
« 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