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

Unified Diff: tests/FontHostTest.cpp

Issue 396143004: Add a working SkFontMgr_fontconfig. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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: tests/FontHostTest.cpp
diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp
index 23625b38749a8cf72b52220c43236b7f8f461694..8eae91bec9c2843708f7364905f5c0b9560eab39 100644
--- a/tests/FontHostTest.cpp
+++ b/tests/FontHostTest.cpp
@@ -27,7 +27,6 @@ static const struct TagSize {
} gKnownTableSizes[] = {
{ kFontTableTag_head, 54 },
{ kFontTableTag_hhea, 36 },
- { kFontTableTag_maxp, 32 },
bungeman-skia 2014/07/17 20:38:30 The 'maxp' table comes in two sizes, 32 (for TT) a
tomhudson 2014/07/17 21:14:46 So why are we removing it?
bungeman-skia 2014/07/17 22:08:27 This was more of a note to Mike, but the one place
};
// Test that getUnitsPerEm() agrees with a direct lookup in the 'head' table

Powered by Google App Engine
This is Rietveld 408576698