Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6911 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
706ff2f4f6
commit
d8b279926e
@ -677,7 +677,7 @@ public:
|
||||
SkPicture* pict;
|
||||
int width = SkScalarCeilToInt(SkScalarMul(SkIntToScalar(gm->getISize().width()), scale));
|
||||
int height = SkScalarCeilToInt(SkScalarMul(SkIntToScalar(gm->getISize().height()), scale));
|
||||
|
||||
|
||||
if (kTileGrid_BbhType == bbhType) {
|
||||
pict = new SkTileGridPicture(16, 16, width, height);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user