| Index: tools/PictureRenderer.h
|
| diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h
|
| index 109073bca764dee97dc1895292e36ccbfb8fa41f..57d73cf33419b897a6e029ee1376bac878756521 100644
|
| --- a/tools/PictureRenderer.h
|
| +++ b/tools/PictureRenderer.h
|
| @@ -260,6 +260,10 @@ public:
|
| config.append("_quadtree");
|
| } else if (kTileGrid_BBoxHierarchyType == fBBoxHierarchyType) {
|
| config.append("_grid");
|
| + config.append("_");
|
| + config.appendS32(fGridInfo.fTileInterval.width());
|
| + config.append("x");
|
| + config.appendS32(fGridInfo.fTileInterval.height());
|
| }
|
| #if SK_SUPPORT_GPU
|
| switch (fDeviceType) {
|
|
|