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

Unified Diff: src/ports/SkFontHost_FreeType_common.h

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.h
===================================================================
--- src/ports/SkFontHost_FreeType_common.h (revision 7988)
+++ src/ports/SkFontHost_FreeType_common.h (working copy)
@@ -37,7 +37,7 @@
protected:
void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
- void generateGlyphPath(FT_Face face, const SkGlyph& glyph, SkPath* path);
+ void generateGlyphPath(FT_Face face, SkPath* path);
void emboldenOutline(FT_Face face, FT_Outline* outline);
};

Powered by Google App Engine
This is Rietveld 408576698