Chromium Code Reviews| Index: tools/PictureRenderer.h |
| diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h |
| index 109073bca764dee97dc1895292e36ccbfb8fa41f..246598cda913f7f21d68f16059dd5aedf44f1da8 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.fWidth); |
|
benchen
2014/06/03 18:46:33
I didn't see fWidth used with fTileInterval. https
kelvinly
2014/06/03 18:53:00
Yep, you're right. Sorry, guess I skimmed over tho
|
| + config.append("x"); |
| + config.appendS32(fGridInfo.fTileInterval.fHeight); |
| } |
| #if SK_SUPPORT_GPU |
| switch (fDeviceType) { |