Chromium Code Reviews| Index: src/core/SkTypeface.cpp |
| =================================================================== |
| --- src/core/SkTypeface.cpp (revision 10083) |
| +++ src/core/SkTypeface.cpp (working copy) |
| @@ -214,11 +214,6 @@ |
| return 0; |
| } |
| -int SkTypeface::onCountGlyphs() const { |
| - SkDebugf("onCountGlyphs unimplemented\n"); |
| - return 0; |
| -} |
| - |
| int SkTypeface::onGetUPEM() const { |
|
vandebo (ex-Chrome)
2013/07/15 17:32:56
Did you mean to remove this implementation as well
bungeman-skia
2013/07/15 18:21:36
Yes. I'm fairly certain the only reason this is he
|
| int upem = 0; |