Remove reset of SkTileGrid in PictureRenderer::init
https://codereview.appspot.com/7641044/ git-svn-id: http://skia.googlecode.com/svn/trunk@8042 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
c7d0ea3cd3
commit
d59cf7c360
@ -42,9 +42,6 @@ enum {
|
||||
void PictureRenderer::init(SkPicture* pict) {
|
||||
SkASSERT(NULL == fPicture);
|
||||
SkASSERT(NULL == fCanvas.get());
|
||||
fGridInfo.fMargin.setEmpty();
|
||||
fGridInfo.fOffset.setZero();
|
||||
fGridInfo.fTileInterval.set(1, 1);
|
||||
if (fPicture != NULL || NULL != fCanvas.get()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user