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

Unified Diff: ui/gfx/font_fallback_win_unittest.cc

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_unittest.cc
diff --git a/ui/gfx/font_fallback_win_unittest.cc b/ui/gfx/font_fallback_win_unittest.cc
index 794f2a8b202d63a7744ba6a2330562db0bb71845..ff807cccfd1705fe487b1375f3cff61a08d0a870 100644
--- a/ui/gfx/font_fallback_win_unittest.cc
+++ b/ui/gfx/font_fallback_win_unittest.cc
@@ -11,7 +11,7 @@ namespace {
// Subclass of LinkedFontsIterator for testing that allows mocking the linked
// fonts vector.
-class TestLinkedFontsIterator : public LinkedFontsIterator {
+class TestLinkedFontsIterator : public internal::LinkedFontsIterator {
public:
explicit TestLinkedFontsIterator(Font font) : LinkedFontsIterator(font) {
}

Powered by Google App Engine
This is Rietveld 408576698