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

Unified Diff: tests/PaintTest.cpp

Issue 18040004: impl charsToGlyphs for freetype (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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
« src/ports/SkFontHost_fontconfig.cpp ('K') | « src/ports/SkFontHost_fontconfig.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PaintTest.cpp
diff --git a/tests/PaintTest.cpp b/tests/PaintTest.cpp
index 20dda6b6a4519964de50edde353e7ac54db32fd6..0e5d3b096b5cfbf0d5bd9604f88c5dba10d7052e 100644
--- a/tests/PaintTest.cpp
+++ b/tests/PaintTest.cpp
@@ -234,7 +234,7 @@ static void TestPaint(skiatest::Reporter* reporter) {
// need to implement charsToGlyphs on other backends (e.g. linux, win)
// before we can run this tests everywhere
- if (false) {
+ if (true) {
test_cmap(reporter);
}
}
« src/ports/SkFontHost_fontconfig.cpp ('K') | « src/ports/SkFontHost_fontconfig.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698