Revert 7932
git-svn-id: http://skia.googlecode.com/svn/trunk@7938 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
3b0d631cdf
commit
2c00ba3d72
@ -370,10 +370,6 @@ TiledPictureRenderer::TiledPictureRenderer()
|
||||
, fTilesY(0) { }
|
||||
|
||||
void TiledPictureRenderer::init(SkPicture* pict) {
|
||||
fGridInfo.fMargin.setEmpty();
|
||||
fGridInfo.fOffset.setZero();
|
||||
fGridInfo.fTileInterval.set(1, 1);
|
||||
|
||||
SkASSERT(pict != NULL);
|
||||
SkASSERT(0 == fTileRects.count());
|
||||
if (NULL == pict || fTileRects.count() != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user