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

Unified Diff: trunk/src/ports/SkFontHost_mac.cpp

Issue 12739006: move most of SkFontHost to private (preceeding making it all private) (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 9 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: trunk/src/ports/SkFontHost_mac.cpp
===================================================================
--- trunk/src/ports/SkFontHost_mac.cpp (revision 8138)
+++ trunk/src/ports/SkFontHost_mac.cpp (working copy)
@@ -1681,7 +1681,6 @@
}
size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, int32_t* index) {
- SkDEBUGFAIL("SkFontHost::GetFileName unimplemented");
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698