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

Unified Diff: ui/gfx/font_fallback_win.h

Issue 331713003: RenderTextHarfBuzz: Implement font fallback for Win and Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests; add placeholder impl for Mac Created 6 years, 6 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: ui/gfx/font_fallback_win.h
diff --git a/ui/gfx/font_fallback_win.h b/ui/gfx/font_fallback_win.h
index ee675714e7f735eb86999d3ba2f3b1b2d6c0ad19..bba071d0a3c0607d96f6c59625e7a0976f8ea1c3 100644
--- a/ui/gfx/font_fallback_win.h
+++ b/ui/gfx/font_fallback_win.h
@@ -29,8 +29,6 @@ void GFX_EXPORT ParseFontLinkEntry(const std::string& entry,
void GFX_EXPORT ParseFontFamilyString(const std::string& family,
std::vector<std::string>* font_names);
-} // namespace internal
-
// Iterator over linked fallback fonts for a given font. The linked font chain
// comes from the Windows registry, but gets cached between uses.
class GFX_EXPORT LinkedFontsIterator {
@@ -77,6 +75,8 @@ class GFX_EXPORT LinkedFontsIterator {
DISALLOW_COPY_AND_ASSIGN(LinkedFontsIterator);
};
+} // namespace internal
+
} // namespace gfx
#endif // UI_GFX_FONT_FALLBACK_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698