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

Unified Diff: src/ports/SkFontHost_FreeType_common.cpp

Issue 12469003: Fixed a few warnings (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 10 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: src/ports/SkFontHost_FreeType_common.cpp
===================================================================
--- src/ports/SkFontHost_FreeType_common.cpp (revision 7988)
+++ src/ports/SkFontHost_FreeType_common.cpp (working copy)
@@ -293,7 +293,6 @@
}
void SkScalerContext_FreeType_Base::generateGlyphPath(FT_Face face,
- const SkGlyph& glyph,
sugoi 2013/03/05 20:16:45 changed signature to remove unused parameter
SkPath* path)
{
if (fRec.fFlags & SkScalerContext::kEmbolden_Flag) {
« src/ports/SkFontConfigInterface_direct.cpp ('K') | « src/ports/SkFontHost_FreeType_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698