Fix for DEPS compiler issue in SkGrFontScaler.cpp

unreviewed



git-svn-id: http://skia.googlecode.com/svn/trunk@5476 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2012-09-10 22:57:42 +00:00
parent 0a36f43d5f
commit 10b7dea3dd

View File

@ -172,6 +172,8 @@ bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed,
expand_bits(rgba8888, bits, width, height, dstRB, srcRB);
break;
}
default:
GrCrash("Unknown GrMaskFormat");
}
} else if (srcRB == dstRB) {
memcpy(dst, src, dstRB * height);