diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-01 21:34:26 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-01 21:34:26 +0000 |
commit | 2c00ba3d72a82918dc1e67ffcd04a1a9fd94cfe8 (patch) | |
tree | b20048c630c6b07a9db3a04e01e2576e25dc8b09 /tools | |
parent | 3b0d631cdfe2dcf59e7b7ea60d92566eade7bfc0 (diff) |
Revert 7932
git-svn-id: http://skia.googlecode.com/svn/trunk@7938 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r-- | tools/PictureRenderer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp index 2c2b6e545e..ab5df5414e 100644 --- a/tools/PictureRenderer.cpp +++ b/tools/PictureRenderer.cpp @@ -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) { |