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

Unified Diff: trunk/src/core/SkPaint.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/core/SkPaint.cpp
===================================================================
--- trunk/src/core/SkPaint.cpp (revision 8138)
+++ trunk/src/core/SkPaint.cpp (working copy)
@@ -1655,7 +1655,7 @@
they can modify our rec up front, so we don't create duplicate cache
entries.
*/
- SkFontHost::FilterRec(rec, typeface);
+ typeface->onFilterRec(rec);
// be sure to call PostMakeRec(rec) before you actually use it!
}

Powered by Google App Engine
This is Rietveld 408576698