Turn off some debugging statements.
Review URL: https://codereview.appspot.com/6646044 git-svn-id: http://skia.googlecode.com/svn/trunk@5903 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
b8e404aebe
commit
027038a534
@ -163,7 +163,7 @@ SkScalerContext* SkScalerContext::getGlyphContext(const SkGlyph& glyph) {
|
||||
glyphID -= count;
|
||||
ctx = ctx->getNextContext();
|
||||
if (NULL == ctx) {
|
||||
SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
|
||||
// SkDebugf("--- no context for glyph %x\n", glyph.getGlyphID());
|
||||
// just return the original context (this)
|
||||
return this;
|
||||
}
|
||||
|
@ -565,7 +565,7 @@ SkStream* SkFontHost::OpenStream(uint32_t fontID) {
|
||||
|
||||
size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length,
|
||||
int32_t* index) {
|
||||
SkDebugf("SkFontHost::GetFileName unimplemented\n");
|
||||
// SkDebugf("SkFontHost::GetFileName unimplemented\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user