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

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

Issue 12706010: Add SkTypeface* parameter to SkScalerContext (and its callers) (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_freetype_mac.cpp
===================================================================
--- trunk/src/ports/SkFontHost_freetype_mac.cpp (revision 8166)
+++ trunk/src/ports/SkFontHost_freetype_mac.cpp (working copy)
@@ -93,8 +93,8 @@
return NULL;
}
-SkFontID SkFontHost::NextLogicalFont(SkFontID currFontID, SkFontID origFontID) {
- return 0;
+SkTypeface* SkFontHost::NextLogicalTypeface(SkFontID currFontID, SkFontID origFontID) {
+ return NULL;
}
#include "SkTypeface_mac.h"

Powered by Google App Engine
This is Rietveld 408576698